89984: Add ThemedLoadingComponent

This commit is contained in:
Yana De Pauw
2022-04-25 17:26:12 +02:00
parent e4f483c308
commit 870a36180c
63 changed files with 112 additions and 79 deletions

View File

@@ -19,6 +19,6 @@
</div>
</div>
<ds-error *ngIf="objects.hasFailed" message="{{'error.objects' | translate}}"></ds-error>
<ds-loading *ngIf="objects.isLoading" message="{{'loading.objects' | translate}}"></ds-loading>
<ds-themed-loading *ngIf="objects.isLoading" message="{{'loading.objects' | translate}}"></ds-themed-loading>
</ds-pagination>