Back to Openproject

Location Picker Modal.Component

frontend/src/app/shared/components/storages/location-picker-modal/location-picker-modal.component.html

17.3.1369 B
Original Source

{{ 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') { } }

{{ text.buttons.cancel }} {{ text.buttons.submit }}