DEV Community

Cover image for Data Binding in Angular
Madhan Mohan Tammineni
Madhan Mohan Tammineni

Posted on • Updated on

Data Binding in Angular

Data Binding is regarded as the most vital feature in Angular as it defines the communication between Angular Component and View.

Some examples of Data binding are: Storing input value in a variable, styling html tags,… etc.

Based on the flow of data, Data Binding can be classified into four types.

The different forms of Data Binding are:

1) Property Binding
2) Interpolation
3) Event Binding
4) Two-way binding

For the detailed explanation of each type of data binding with examples, check my article on Data Binding in Angular.

Top comments (0)