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
How to create custom pipes in angular 2?
What do you understand by strict conceptual escaping?
What does :host-context() pseudo-class selector target?
What is isolate scope in angularjs?
What is issue with two-way data binding?
On which types of the component can we create a custom directive?
What is routerstatesnapshot?
What is a decorator in programming?
What is a routing in angular js?
What is the difference between angular 4 and angular 7?
What is flex in angular material?
Is it possible to have multiple ng-app directives on a single page in angularjs?
What are static and public in angular?
Is angularjs hard to learn?
What is the difference between a stateful and stateless component in angularjs?