InterviewSolution
Saved Bookmarks
| 1. |
What is the template statement Angular? Explain with a syntax. |
|
Answer» A TEMPLATE STATEMENT in Angular is USED to respond to an EVENT raised by a binding target, element, component or directive. Here is the syntax of a template statement: Example(event)="statement" |
|