projects/pl-core-utils-library/src/lib/component/alert/alert.component.ts
selector | app-alert |
styleUrls | ./alert.component.css |
templateUrl | ./alert.component.html |
Properties |
|
Methods |
constructor()
|
closeDialog |
closeDialog()
|
funzionalità per la chiusura della modale
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
dialog |
Type : ElementRef<any>
|
Decorators :
@ViewChild('dialog')
|
riferimento al modale html |
Public messageInfo |
Type : null
|
Default value : null
|
messaggio corrente processato dalla coda |
Public queueMessageInfo |
Type : []
|
Default value : []
|
contenitore di messaggi |