projects/ngui-common/src/lib/ngui-utils/src/dynamic-component.service.ts
Insert a component dynamically using a service
Properties |
Methods |
constructor(factoryResolver)
|
||||
Parameters :
|
createComponent | |||||||||
createComponent(component: any, into?: ViewContainerRef)
|
|||||||||
returns component reference
The reason to seperate
Parameters :
Returns :
ComponentRef<any>
|
insertComponent | ||||||
insertComponent(componentRef: ComponentRef
|
||||||
insert component
Parameters :
Returns :
Component
|
factoryResolver |
Type : ComponentFactoryResolver
|
used to create a factory from a component class |
rootViewContainer |
Type : ViewContainerRef
|
defines where a dynamic components insert into |