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


Please Help Members By Posting Answers For Below Questions

What is app_base_href in angular 4/5?

435


Can we use jquery library in angularjs?

460


What is angular ui?

402


Is the jquery library used in angular?

442


What is the usage of controllers in angularjs?

403






What is a factory method in angularjs?

433


How to create custom directives?

439


Why is angular popular?

414


What is the need for typescript in angular 2?

449


What does injectable mean?

390


How to build mobile apps using ionic 3 cli and angular 4?

488


What is the ng in angular?

425


What is testability like in angular?

410


Explain different filters provided by angularjs?

412


Define data binding.

457