2020-11-19 13:56:58 +01:00
|
|
|
<div class="core-loading-container" *ngIf="!hideUntil" role="status" [@coreShowHideAnimation]>
|
2021-06-11 13:13:15 +02:00
|
|
|
<ion-spinner color="primary" aria-hidden="true"></ion-spinner>
|
2021-05-31 11:13:05 +02:00
|
|
|
<p class="core-loading-message" *ngIf="message" role="status">{{message}}</p>
|
2020-10-19 10:34:00 +02:00
|
|
|
</div>
|
2021-06-10 11:01:13 +02:00
|
|
|
<div #content class="core-loading-content" [id]="uniqueId" [attr.aria-busy]="!hideUntil" [@coreShowHideAnimation]
|
|
|
|
[class.opacity-hide]="!hideUntil">
|
|
|
|
<ng-content *ngIf="loaded">
|
2020-11-19 13:56:58 +01:00
|
|
|
</ng-content>
|
2020-10-28 23:19:57 +01:00
|
|
|
</div>
|