InterviewSolution
Saved Bookmarks
| 1. |
What is a template in Angular7? |
|
Answer» In Angular 7, templates are written with the help of HTML that contains Angular JS specification elements and ATTRIBUTES. The main role of Angular 7 is to COMBINE the templates which ultimately CONTROL the DYNAMIC view that is visible to the USERS in the browsers. Related Interview Questions: Angular 4 Interview Questions |
|