Creating a component dynamically, and programmatically in Angular
Angular programmatically created components
Series:
Programmatic components
In Angular 13, the ComponentFactoryResolver became deprecated. Some libraries that depended on it had to be rewritten using the new introduced function createComponent, that is more aligned with the standalone mantra. Let's dig into it and put it to good use.