Rendering an angular dynamic component outside an angular app

InstructorYonatan Kra

Share this video with your friends

Send Tweet

Sometimes you'd might need to render a component outside an angular application. One way to do it is by rendering a dynamic component outside the angular app. In this lesson we will learn how to do that and how to make sure data bindings work.