Notifications working againd

This commit is contained in:
Eudes Inácio
2022-03-31 18:58:35 +01:00
parent 51b5d33e2e
commit 4666c7dc1e
9 changed files with 132 additions and 117 deletions
@@ -24,11 +24,12 @@
<img src="{{image}}">
</div>
<div *ngIf="type == 'application/pdf'">
<pdf-viewer [src]="image"
<object [data]="image|safehtml" type="application/pdf" style="width: 400px; height: 500px"></object>
<!-- <pdf-viewer [src]="image"
[render-text]="true"
[original-size]="false"
style="width: 400px; height: 500px"
></pdf-viewer>
></pdf-viewer> -->
</div>
</div>
</ion-slide>