mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 15:19:45 +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> |