Back to Paperless Ngx

Toasts Dropdown.Component

src-ui/src/app/components/app-frame/toasts-dropdown/toasts-dropdown.component.html

2.20.15179 B
Original Source
  • @if (toasts.length) { {{ toasts.length }} }
Notifications

Clear All

@if (toasts.length === 0) {

No notifications

} @for (toast of toasts; track toast.id) { }