From f5da8b4f671cd25709083d31ee64bac079ad4ff8 Mon Sep 17 00:00:00 2001 From: francesco Date: Sat, 25 Dec 2021 17:04:40 +0100 Subject: [PATCH] Update Docs - Dynamic Components --- docs/dynamiccomponents.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/dynamiccomponents.md b/docs/dynamiccomponents.md index e69de29..9879fc8 100644 --- a/docs/dynamiccomponents.md +++ b/docs/dynamiccomponents.md @@ -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). \ No newline at end of file