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 |
What variables are used with ng-repeat?
What is the basic need to start with AngularJS?
How to set authorization headers in get/post/put requests in angular?
Differentiate between ng-Class and ng-Style?
Why mean stack is popular?
What is the purpose of tsconfig.json in angularjs?
What is share module?
What is pre-linking function in angularjs?
Why is mvc used?
What is router outlet ></ router outlet?
Explain Two-way and One-way data binding in AngularJS?
Explain route configuration? And explain with code?