projects/aoc-client/ui/overlay/aoc-ui-overlay/aoc-ui-overlay.component.ts
OnDestroy
encapsulation | ViewEncapsulation.None |
selector | aoc-ui-overlay |
standalone | true |
imports |
NgIf
ObserversModule
|
template |
|
Inputs |
Outputs |
constructor(el: ElementRef, cdRef: ChangeDetectorRef)
|
|||||||||
Parameters :
|
anchorEl |
Type : HTMLElement
|
disableAnimation |
Type : boolean
|
Default value : true
|
doNotCloseOn |
Type : HTMLElement[]
|
visible |
Type : boolean
|
Default value : false
|
visibleChange |
Type : EventEmitter
|