mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +00:00
114599: Added loading animation after creating collection or community
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 pb-4">
|
||||
<h2 id="sub-header" class="border-bottom pb-2">{{'collection.create.sub-head' | translate:{ parent: dsoNameService.getName((parentRD$| async)?.payload) } }}</h2>
|
||||
</div>
|
||||
<div class="container" *ngIf="(isLoading$ | async) === false">
|
||||
<div class="row">
|
||||
<div class="col-12 pb-4">
|
||||
<h2 id="sub-header"
|
||||
class="border-bottom pb-2">{{ 'collection.create.sub-head' | translate:{ parent: dsoNameService.getName((parentRD$| async)?.payload) } }}</h2>
|
||||
</div>
|
||||
<ds-collection-form (submitForm)="onSubmit($event)"
|
||||
(back)="navigateToHome()"
|
||||
(finish)="navigateToNewPage()"></ds-collection-form>
|
||||
</div>
|
||||
<ds-collection-form (submitForm)="onSubmit($event)"
|
||||
(back)="navigateToHome()"
|
||||
(finish)="navigateToNewPage()"></ds-collection-form>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<ds-themed-loading *ngIf="isLoading$ | async"></ds-themed-loading>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user