mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
test showing RemoteData isLoading
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<div *ngIf="topLevelCommunities.hasSucceeded | async; else loadingCollections">
|
||||
<!-- <div *ngIf="topLevelCommunities.hasSucceeded | async; else loadingCollections"> -->
|
||||
<div *ngIf="topLevelCommunities.hasSucceeded | async">
|
||||
<h2>{{'home.top-level-communities.head' | translate}}</h2>
|
||||
<p class="lead">{{'home.top-level-communities.help' | translate}}</p>
|
||||
<ds-object-list
|
||||
@@ -9,4 +10,5 @@
|
||||
(paginationChange)="updatePage($event)">
|
||||
</ds-object-list>
|
||||
</div>
|
||||
<ng-template #loadingCollections><ds-loading message="Loading top level communities..."></ds-loading></ng-template>
|
||||
<ds-loading *ngIf="topLevelCommunities.isLoading | async" message="Loading top level communities..."></ds-loading>
|
||||
<!-- <ng-template #loadingCollections><ds-loading message="Loading top level communities..."></ds-loading></ng-template> -->
|
Reference in New Issue
Block a user