What are the advantages of AngularJS?
Answer Posted / 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 View All Answers
What is ngzone run outside angular 2?
What classes should I not add to module's declarations in angular 4?
How to do animation in angularjs?
What is $rootscope in angularjs? How is it different from the scope?
What are the cookies methods?
What is directive?
How can you create a decorator in angular?
What are the styling form that model adds to css classes?
Can’t retrieve the injector from angular js?
Define services in angularjs.
How to update to angular 5?
What are the differences angular modules, javascript modules vs. Angular 1 modules?
How do we include css file ins. The component except using styleurls property?
What types of filter in angular js?
What would you do to limit a scope variable to have one-time binding?