Back to Super Productivity

Dialog Unsplash Picker.Component

src/app/ui/dialog-unsplash-picker/dialog-unsplash-picker.component.html

18.4.4464 B
Original Source

{{ T.DIALOG_UNSPLASH_PICKER.TITLE | translate }}

{{ T.DIALOG_UNSPLASH_PICKER.SEARCH_LABEL | translate }} @if (isLoading()) {

} @if (!isLoading()) { @for (photo of photos(); track photo) { {{ T.DIALOG_UNSPLASH_PICKER.BY | translate }} @if (photo.user.links?.html) { {{ photo.user.name }} } @if (!photo.user.links?.html) { {{ photo.user.name }} }

} } @if (showNoResults()) { {{ T.DIALOG_UNSPLASH_PICKER.NO_RESULTS | translate }} }