Communicate with Angular Elements using Inputs and Events

Share this video with your friends

Send Tweet

In a real world scenario we obviously need to be able to communicate with an Angular Element embedded into our static HTML site. In this lesson we will learn how we can pass data into a Custom Element and how we can register to an Angular Element’s output in the form of custom events.