Dynamic Components in Angular (javascript.plainenglish.io)
Dynamic Components in AngularDynamic components in Angular allow you to load components at runtime for cases in which you dont know at build time which component will have to be rendered. For example...