Benachrichtigungen

@if (items().length === 0 && !loading()) {

Keine Benachrichtigungen vorhanden.

} @for (item of items(); track item.id) { {{ notificationIcon(item) }} {{ notificationLabel(item) }} } @if (loading()) { } @if (hasNextPage() && !loading()) { }