Handle Events with Angular Directives

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

A @Directive can also listen to events on their host element using @HostListener. This allows you to add behaviors that react to user input and update or modify properties on the element without having to create a custom component.