@if (ac.state() !== 2) {
}
@for (item of ac.news | async; track item) {
{{item.title}}
@if (item.pinned) {
push_pin
}
@switch (item.visible) {
@case (true) {
}
@default {
}
}
{{fullName(item)}} {{item.date | date:'d-LL-yyyy HH:mm'}}
} @empty {
Brak wiadomoĊci.
}