Q. Which Angular decorator marks a method to listen to a host event?
β
Correct Answer: (A)
@HostListener
Explanation: @HostListener binds a method to a host element event.