HostListener in Angular 6 is basically a decorator which declares a DOM event to listen for and also provide a handler method to run if and when that specific event occurs. Host Listener is a set of arguments that is used to pass the handler method when an event occurs.

BY Best Interview Question ON 14 Feb 2020