List the types of Data Binding supported by Angular 5?
Data Binding is the process of synchronizing the model and view to enable effective communications between the components and DOM.
In Angular 5, there are four types of Data Binding
- Property Binding
- Event Binding
- Two-Way Data Binding
- Interpolation
BY Best Interview Question ON 13 May 2020