projects/aoc-client/ui/overlay/aoc-ui-toast/aoc-ui-toast.component.ts
OnDestroy
| encapsulation | ViewEncapsulation.None |
| selector | aoc-ui-toast |
| standalone | true |
| imports |
NgFor
AocUiToastItemComponent
|
| template | |
Properties |
|
HostBindings |
constructor(aocUiToastMessageService: AocUiToastMessageService, cd: ChangeDetectorRef)
|
|||||||||
|
Parameters :
|
| style.zIndex |
Type : number
|
| Public aocUiToastMessageService |
Type : AocUiToastMessageService
|
| Optional zIndex |
Type : number
|
Decorators :
@HostBinding('style.zIndex')
|