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 |
How can we create a component using angular cli?
How do you check if I have angular cli installed?
What is AngularUI router and how it is different from ngRoute?
What are custom directives?
Which method can be used to define a service and its method?
Can you explain a situation, when to use dependency injection in angularjs?
How to validate password and confirm password in angular 4?
What are the advantages of Restangular over $resource and $http?
What is webpack in angular?
Is angular 2 object oriented?
What are differences between components and directives?
Define scope in angular js.