Back to Paperless Ngx

Toasts Dropdown.Component

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

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

Clear All

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

No notifications

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