udemy.angular/docs/dynamiccomponents.md

342 B

Dynamic Components

Strongly raccomandated to use the ngIf-Module.

For dynamic Components, have to be implemented manually the ComponentFactory.

Therefore all registration and cleanup has to be done manually.

Angular documentation here.