Skip to content

NotificationService

injectable

Shows a message after completing each action.

Show error colored massage (red)

error(title: string, msg: string): void
NameTypeDescription
titlestring
msgstring

Show info colored massage (blue)

info(title: string, msg: string): void
NameTypeDescription
titlestring
msgstring

Show success colored massage (green)

success(title: string, msg: string): void
NameTypeDescription
titlestring
msgstring

can not be in use

wait(title: string, msg: string): void
NameTypeDescription
titlestring
msgstring

Show warning colored massage (yellow)

warning(title: string, msg: string): void
NameTypeDescription
titlestring
msgstring