What is data binding in AngularJS?



What is data binding in AngularJS?..

Answer / chaitanya

AngularJS data-binding is the most useful feature which saves you from writing boilerplate code (i.e. the sections of code which is included in many places with little or no alteration). Now, developers are not responsible for manually manipulating the DOM elements and attributes to reflect model changes. AngularJS provides two-way data-binding to handle the synchronization of data between model and view.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More AngularJS Interview Questions

Can angular applications (ng-app) be nested within each other?

0 Answers  


What are the web application security risks that a web developer should avoid while doing development using angularjs?

0 Answers  


What would be a good use case for having your own routing module?

0 Answers  


Angularjs dependency injection of value inside of the module.config?

0 Answers  


How to handle 'loading chunk failed' error in angularjs application?

0 Answers  






What are the methods available in $http ?

0 Answers  


What is angular cli used for?

0 Answers  


What are templates?

0 Answers  


What is resolver in angular 2?

0 Answers  


What is ng-app, ng-init, and ng-model?

0 Answers  


What do I have to do to trick the browser into doing what I want?

0 Answers  


What is registering callbacks in angularjs?

0 Answers  


Categories