projects/aoc-client/ui/overlay/aoc-ui-toast/aoc-ui-toast-message.service.ts
Properties |
Methods |
constructor()
|
clearAll |
clearAll()
|
Returns :
void
|
show | ||||||
show(message: AocUiToastMessage | string)
|
||||||
Parameters :
Returns :
void
|
showError |
showError(body: string, title?: string)
|
Returns :
void
|
showInfo |
showInfo(body: string, title?: string)
|
Returns :
void
|
showSuccess |
showSuccess(body: string, title?: string)
|
Returns :
void
|
showWarning |
showWarning(body: string, title?: string)
|
Returns :
void
|
onMessage |
Default value : this.#onMessage.asObservable()
|