Commit 34934752 authored by nanahira's avatar nanahira

toast

parent d57c032b
Pipeline #10186 passed with stages
in 2 minutes and 16 seconds
<ngb-toast
*ngFor="let toast of toastService.toasts"
[class]="toast.classname"
[header]="toast.header" [autohide]="true" [delay]="5000"
[header]="toast.header" [autohide]="!toast.persist" [delay]="5000"
(hidden)="toastService.hide(toast.id)"
class="ngb-toasts"
>{{toast.body}}</ngb-toast>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment