HostListener and HostBinding Angular
HostListener and HostBinding in Angular
In Angular, @HostListener and @HostBinding are decorators that help interact with the host element (the element on which the directive or component is applied).
1. @HostListener - Listening to Events on the Ho...
swetapraharaj.hashnode.dev3 min read