Pass data from a React component to an Angular component with Angular Elements

Share this video with your friends

Send Tweet

When you embed an Angular component inside a React app, you don't just want to listen to its output events, but also to be able to input data into the component. In this lesson we will take a look how to achieve this with Angular elements. We will also learn about some shortcomings when working with custom elements and React components.