Update Docs - Dynamic Components

This commit is contained in:
francesco 2021-12-25 17:04:40 +01:00
parent babed8d7bb
commit f5da8b4f67

View File

@ -0,0 +1,9 @@
# Dynamic Components
Strongly raccomandated to use the ngIf-Module.
For dynamic Components, have to be implemented manually the [ComponentFactory](https://angular.io/api/core/ComponentFactory).
Therefore all registration and cleanup has to be done manually.
Angular documentation [here](https://angular.io/guide/dynamic-component-loader).