What is the template statement Angular? Explain with a syntax.
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:
BY Best Interview Question ON 25 May 2020
Example
(event)="statement"