What is data binding and its different types?
Data binding in Angular 6 is a means or method to communicate TypeScript code within your components and templates as seen by the end-user. This is mostly used in environments working with dynamic data on the server-side and a need to update it on the front end instantly.
There are four different types of Data BIding in Angular 6:
- String Interpolation binding
- Property Data Binding
- Event Data Binding
- Two-way Data binding
BY Best Interview Question ON 10 Nov 2020