Define data binding.



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

Post New Answer

More AngularJS Interview Questions

Is angular 2 object oriented?

1 Answers  


What is Service in AngularJS?

1 Answers  


What is pipe?

1 Answers  


Is angular 7 is stable?

1 Answers  


What is *ngfor directive used for?

1 Answers  


Difference between promises and observable?

1 Answers  


What is ecmascript ?

1 Answers  


What are modules in angular?

1 Answers  


Explain ng-init directive ?

1 Answers  


What do you know about uppercase filter and lowercase filter in angularjs?

1 Answers  


What is code splitting?

1 Answers  


Why do we need route guards?

1 Answers  


Categories