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 to manage cookie in AngularJS?
What is $ watch?
What is view encapsulation in angular?
What is the single page application (spa)?
What do you mean by $rootscope in angularjs?
Why traceur compiler in angular 2?
Why to use AngularJS?
When do you use template-driven vs model-driven forms? Why?
What are the advantages and disadvantages of art compilation?
What is the use of pipe in rxjs?
How would you define custom typings to avoid editor warnings?
How does aot compiler work?