What are the advantages of AngularJS?



What are the advantages of AngularJS?..

Answer / chaitanya

There are following advantages of AngularJS:

. Data Binding - AngularJS provides a powerful data binding mechanism to bind data to HTML elements by using scope.

. Customize & Extensible - AngularJS is customized and extensible as per you requirement. You can create your own custom components like directives, services etc.

. Code Reusability - AngularJS allows you to write code which can be reused. For example custom directive which you can reuse.

. Support – AngularJS is mature community to help you. It has widely support over the internet. Also, AngularJS is supported by Google which gives it an advantage.

. Compatibility - AngularJS is based on JavaScript which makes it easier to integrate with any other JavaScript library and runnable on browsers like IE, Opera, FF, Safari, Chrome etc.

. Testing - AngularJS is designed to be testable so that you can test your AngularJS app components as easy as possible. It has dependency injection at its core, which makes it easy to test.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is afterviewinit?

0 Answers  


How we can set http request header in angular 2 and angular 4?

0 Answers  


What is data binding in angular 7?

0 Answers  


How to create datepicker in angular 4?

0 Answers  


Which framework is best for front end?

0 Answers  






How to add rows in angular js?

0 Answers  


How does a controller work?

0 Answers  


How would you create a component to display error messages throughout your application?

0 Answers  


How http client is interact with angular 2 servers?

0 Answers  


What is difference between ng bind and expression?

0 Answers  


How to create a service using factory in angularjs?

0 Answers  


What is directives in angular?

0 Answers  


Categories