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
How to use $routeparams in generating the templateurl?
What is embedded view in angular?
What are types in typescript?
What is link function in angularjs directive?
What is urlsegment interface in angular 7?
Explain the use of ng-if, ng-switch, and ng-repeat directives in angularjs?
What is property in angular?
What is the meaning of ng in angular 2?
Explain order by filter angularjs?
Can I use angularjs with php?
What is a template in angular7?
What filters to use for photography?
What are the core components of angular 2?
What is the process of inserting an embedded view from a prepared templateref?
What is difference between $interval and window. setInterval in AngularJS?