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 |
What is angular expression? How do you differentiate between angular expressions and javascript expressions?
Mention what are the characteristics of “scope”?
What is the difference between angular 4 and angular 7?
Mention some advantages of using angular js framework.
How to validate form in angular 4?
What do you understand by controllers in angular?
Why decorators are used in angular?
Explain the difference between a factory and a service in angularjs?
What is encapsulation in angular?
What does ng view do?
What are components life-cycles?
What are the different types of directive?