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

How can we create a component using angular cli?

0 Answers  


How do you check if I have angular cli installed?

0 Answers  


What is AngularUI router and how it is different from ngRoute?

0 Answers  


What are custom directives?

0 Answers  


Which method can be used to define a service and its method?

0 Answers  


Can you explain a situation, when to use dependency injection in angularjs?

0 Answers  


How to validate password and confirm password in angular 4?

0 Answers  


What are the advantages of Restangular over $resource and $http?

0 Answers  


What is webpack in angular?

0 Answers  


Is angular 2 object oriented?

0 Answers  


What are differences between components and directives?

0 Answers  


Define scope in angular js.

0 Answers  


Categories