Service for showing auto-dismissing toast notifications.
Inject this service and call one of the convenience methods
(info, success, warning, error) or use show() for
full control.
The toast container component (<ui-toast-container>) must be
placed somewhere in the application template (typically in the
root component) for toasts to be rendered.
Service for showing auto-dismissing toast notifications.
Inject this service and call one of the convenience methods (
info,success,warning,error) or useshow()for full control.The toast container component (
<ui-toast-container>) must be placed somewhere in the application template (typically in the root component) for toasts to be rendered.Example