Explain how does AngularJS implement two-way binding?

devquora
devquora

Posted On: Feb 22, 2018

 

Data-binding in Angular apps is the automatic synchronization of data between the model and view components. The way that Angular implements data-binding lets you treat the model as the single-source-of-truth in your application. The view is a projection of the model at all times. When the model changes, the view reflects the change and vice versa.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions