This commit is contained in:
Eudes Inácio
2021-10-09 21:13:26 +01:00
14 changed files with 249 additions and 245 deletions
@@ -183,6 +183,8 @@ export class DocumentSetUpMeetingPage implements OnInit {
})
}
else{
console.log(this.document);
alert('PARA')
this.docs.push({
ApplicationId: this.document.ApplicationId || this.document.ApplicationType,
Source: 1,
@@ -22,8 +22,8 @@
<iframe id="iframe" [src]="trustedUrl" height="100%" width="100%" title="Iframe Example"></iframe>
</div>
<div *ngIf="!trustedUrl" class=" height-100 width-100 d-flex align-center justify-center">
<img style="width: 100px;" src="/assets/images/Blocks-loader.gif" />
<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>