core/common/outlet.directive.ts
Directive to set a DOM node, a TemplateRef or any Component to a container or any node.
<div *c8yOutlet="template"></div>
<div *c8yOutlet="DeviceStatusComponent; properties: { node }"></div>
<div *c8yOutlet="nodes"></div>
Selector | [c8yOutlet] |
Methods |
Inputs |
Accessors |
constructor(viewContainer: ViewContainerRef, resolver: ComponentFactoryResolver, renderer: Renderer2, el: ElementRef)
|
|||||||||||||||
Parameters :
|
c8yOutlet
|
Directive to set a DOM node, a TemplateRef or any Component to a container or any node. |
c8yOutletProperties
|
ngOnDestroy |
ngOnDestroy()
|
Returns :
void
|
c8yOutlet | ||||
setc8yOutlet(template)
|
||||
Directive to set a DOM node, a TemplateRef or any Component to a container or any node.
Parameters :
Example :
Returns :
void
|
c8yOutletProperties | ||||
setc8yOutletProperties(value)
|
||||
Parameters :
Returns :
void
|