viewer loader

This commit is contained in:
Peter Maquiran
2023-02-27 17:41:33 +01:00
parent 5e667bbb2c
commit 2964c3d4cd
4 changed files with 25 additions and 13 deletions
@@ -18,12 +18,7 @@
</ion-header>
<ion-content class="pt-10 height-100">
<div class="height-100" *ngIf="trustedUrl">
<iframe id="iframe" [src]="trustedUrl" height="100%" width="100%" title="Iframe Example"></iframe>
<div class="height-100 container-img">
<iframe class="iframe" [src]="trustedUrl" height="100%" width="100%" title="Iframe Example"></iframe>
</div>
<div *ngIf="!trustedUrl" style="text-align: center; color: #0d89d1" class=" height-100 width-100 d-flex align-center justify-center">
Estamos a preparar a visualização do documento. Por favor aguarde.
</div>
</ion-content>