mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
6 lines
182 B
HTML
6 lines
182 B
HTML
|
|
<ngb-toast
|
||
|
|
*ngFor="let toast of toasts"
|
||
|
|
[header]="toast.title" [autohide]="true" [delay]="toast.delay"
|
||
|
|
(hide)="toastService.closeToast(toast)">
|
||
|
|
{{toast.content}}
|
||
|
|
</ngb-toast>
|