5 min read
•Question 4 of 46easyData Binding in Angular
Understanding different types of data binding.
Types of Data Binding
1. Interpolation {{ }}
Display component data in template.
2. Property Binding [ ]
Bind element property to component property.
3. Event Binding ( )
Listen to DOM events.
4. Two-Way Binding [( )]
Combination of property and event binding.