December 2017
Beginner
372 pages
10h 32m
English
To be able to build highly interactive applications, we need a mechanism to be able to bind the data from our components to the template. We also need to make sure that, if there is any change in data value on the template, or if any event is triggered, the application should be able to identify the responsible property or method in the component and call it. All this is achieved in Angular using data binding techniques.
Angular provides several types of binding, and we'll look at each of them.
Read now
Unlock full access