Answer Posted / 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 View All Answers
What are the different types of directives?
List the types of data binding supported by angular 5?
What is factory method in angular.js?
What is the purpose of exports in a ngmodule?
What is @viewchild?
Which service is used for making ajax calls in angular?
Is angularjs extensible?
What is pure and impure pipes? When to use pure and impure pipes?
What is routing concepts in angular?
What is service heroservice?
Do I need to worry about security holes in AngularJS?
What is difference between rootscope and scope in angular 2?
What is pre-linking function in angularjs?
Explain what are the key features of angular.js ?
Why would you use renderer methods instead of using native element methods?