Back to Developer Roadmap

Dynamic Components

src/data/roadmaps/angular/content/[email protected]

4.0951 B
Original Source

Dynamic Components

In addition to using a component directly in a template, you can also dynamically render components. There are two main ways to dynamically render a component: in a template with NgComponentOutlet, or in your TypeScript code with ViewContainerRef.

Visit the following resources to learn more: