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 ag grid?

0 Answers  


Explain The Steps Involved In The Boot Process For AngularJS?

0 Answers  


What is the difference between angularjs and node.js?

0 Answers  


What is the latest angular?

0 Answers  


What is a dom in angular 2?

0 Answers  






How to debug angular 4 projects from visual studio 2017?

0 Answers  


What is emit in angular?

0 Answers  


What is scope emit?

0 Answers  


What is scope in angular?

0 Answers  


Explain angularjs digest cycle?

0 Answers  


Explain what is directive and mention what are the different types of directive?

0 Answers  


What are the features of angular 2 service?

0 Answers  


Categories