Decorating an Angular event for composed behavior

InstructorTrevor Ewen

Share this video with your friends

Send Tweet

Events are a useful tool for triggering functionality based on something that has occurred in your application. In this lesson, we will build upon the concepts from the create a scope decorator lesson to create an event decorator that can be used to cleanly compose functionality on top of Angular events.