projects/aoc-client/ui/overlay/aoc-ui-window/aoc-ui-window-dyn.component.ts
OnInit
AfterViewInit
OnDestroy
encapsulation | ViewEncapsulation.None |
selector | aoc-ui-window-dyn |
standalone | true |
imports |
AocUiWindowComponent
AocUiWindowDynContentDirective
|
templateUrl | ./aoc-ui-window-dyn.component.html |
Properties |
|
constructor(aocUiWindowDynRef: AocUiWindowDynRef, environmentInjector: EnvironmentInjector, cd: ChangeDetectorRef, elRef: ElementRef)
|
|||||||||||||||
Parameters :
|
Public aocUiWindowDynRef |
Type : AocUiWindowDynRef
|
Public cmpTypeOrTplRef |
Type : Type<any> | TemplateRef<any>
|
contentDirective |
Type : AocUiWindowDynContentDirective
|
Decorators :
@ViewChild(AocUiWindowDynContentDirective, {static: true})
|
header |
Type : string
|
Default value : ''
|