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