notification.notification
@if ((notifications$ | async)?.length) { }
@if (notifications$ | async) { @if ((notifications$ | async).length) {
@for (notification of (notifications$ | async); track notification.id.id; let last = $last) {
@if (!last) { }
}
} @else {
notification.no-notifications-yet } @if ((notifications$ | async).length) { } @if ((notifications$ | async).length) {
} } @else {
notification.loading-notifications
}