Closes all active notifications.
Emits an error notification. Same as notify with type: "error".
Emits an info notification. Same as notify with type: "info".
Emits a new notification.
Notifications are shown by the <Notifier /> component,
which must be present in your application.
Options for the new notification.
Emits a success notification. Same as notify with type: "success".
Emits a warning notification. Same as notify with type: "warning".
The
NotificationServiceallows any part of the application to emit notifications to the user.You can inject an instance of this service by referencing the interface name
notifier.NotificationService.