Define data binding.
Answer / Sumit Kumar Charak
Data Binding in AngularJS is a feature that automatically synchronizes data between the application's model and its view (HTML). It allows you to update the view when the model changes, and vice versa. This eliminates the need for manual DOM manipulation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is angular 2 object oriented?
What is Service in AngularJS?
What is pipe?
Is angular 7 is stable?
What is *ngfor directive used for?
Difference between promises and observable?
What is ecmascript ?
What are modules in angular?
Explain ng-init directive ?
What do you know about uppercase filter and lowercase filter in angularjs?
What is code splitting?
Why do we need route guards?