What are Templates in AngularJS?
Answer / chaitanya
AngularJS templates are just plain old HTML that contains Angular-specific elements and attributes. AngularJS used these templates to show information from the model and controller.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is two way data binding in angular?
What is angular and why use it?
What do you mean by directives?
How do you use singleton pattern?
What is command for create & execute project in angular 4?
Explain what is di (dependency injection) and how an object or function can get a hold of its dependencies?
What is the difference between [ngfor] and [ngforof]?
What is angular promise?
What is ddo (directive definition object)?
What is ivy in angular?
Please explain package.json file in angular?
What would you not put the shared module?