Skip to content

Commit

Permalink
fix: add loading animation for search result page
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrueber authored and shauke committed May 10, 2024
1 parent e4df1d7 commit 1699b79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/pages/search/search-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@
<ng-template #noResult>
<ish-search-no-result *ngIf="(searchLoading$ | async) === false" [searchTerm]="searchTerm" />
</ng-template>

<ish-loading *ngIf="searchLoading$ | async" />
</ng-container>

0 comments on commit 1699b79

Please sign in to comment.