InterviewSolution
Saved Bookmarks
| 1. |
What is data binding and its different types? |
|
Answer» 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:
|
|