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