NotificationService
injectable
Shows a message after completing each action.
Methods
Section titled “Methods”Show error colored massage (red)
error(title: string, msg: string): voidArguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| title | string | |
| msg | string |
Show info colored massage (blue)
info(title: string, msg: string): voidArguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| title | string | |
| msg | string |
success
Section titled “success”Show success colored massage (green)
success(title: string, msg: string): voidArguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| title | string | |
| msg | string |
can not be in use
wait(title: string, msg: string): voidArguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| title | string | |
| msg | string |
warning
Section titled “warning”Show warning colored massage (yellow)
warning(title: string, msg: string): voidArguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
| title | string | |
| msg | string |