mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 12:03:03 +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>
|
<h2>{{'home.top-level-communities.head' | translate}}</h2>
|
||||||
<p class="lead">{{'home.top-level-communities.help' | translate}}</p>
|
<p class="lead">{{'home.top-level-communities.help' | translate}}</p>
|
||||||
<ds-object-list
|
<ds-object-list
|
||||||
@@ -9,4 +10,5 @@
|
|||||||
(paginationChange)="updatePage($event)">
|
(paginationChange)="updatePage($event)">
|
||||||
</ds-object-list>
|
</ds-object-list>
|
||||||
</div>
|
</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