Understanding Data Binding in Angular

added by JavaScript Kicks
6/4/2019 12:29:05 PM

802 Views

Data binding is one of the most important concepts in a JS framework. Data binding is the reflection of logic or variable in a model to the view of an app. Whenever the variable changes the view must update the DOM to reflect the new changes.


0 comments