Direction: Choose the correct option
Q1.
What is event binding in Angular?
Direction: Choose the correct option
Q2.
How do you pass the event object to an event handler?
Direction: Choose the correct option
Q3.
What does `(click)='onSave($event)'` do?
Direction: Choose the correct option
Q4.
Can you use template statements with multiple lines?
Direction: Choose the correct option
Q5.
What is the purpose of `$event` in event binding?
Direction: Choose the correct option
Q6.
How do you bind to a custom event emitted by a child component?
Direction: Choose the correct option
Q7.
What is event filtering?
Direction: Choose the correct option
Q8.
What is the difference between `(click)` and `on-click`?
Direction: Choose the correct option
Q9.
Can you bind to multiple events on the same element?
Direction: Choose the correct option
Q10.
How do you prevent default event behavior?
