{{ text.header }}
@if ((showAlert | async) !== 'none') {

{{ alertText | async }}

} @switch (loading$ | async) { @case ('success') { @if ((listItems$ | async).length > 0) {
    @for (file of listItems$ | async; track file.storageFile.id) {
  • }
} @else {
} } @case ('error') {
} @case ('loading') { } }