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

Is AngularJS same as jQuery?

0 Answers  


What would be a good use for ngzone service?

0 Answers  


What does :host-context() pseudo-class selector target?

0 Answers  


What is the difference between angular 4 and angular 7?

0 Answers  


Is angular front or back end?

0 Answers  






Why do we use angular 2?

0 Answers  


What do you understand by controllers in angular?

0 Answers  


What are differences between template and templateurl?

0 Answers  


How AngularJS handle the security?

1 Answers   SLK Software,


How to set authorization headers in get/post/put requests in angular?

0 Answers  


What does a service mean in angularjs? Explain its built-in services?

0 Answers  


What browsers AngularJS support?

1 Answers   SLK Software,


Categories