packed installed

This commit is contained in:
Eudes Inácio
2022-04-04 00:37:00 +01:00
69 changed files with 764 additions and 431 deletions
@@ -24,12 +24,12 @@
<img src="{{image}}">
</div>
<div *ngIf="type == 'application/pdf'">
<object [data]="image|safehtml" type="application/pdf" style="width: 400px; height: 500px"></object>
<!-- <pdf-viewer [src]="image"
<pdf-viewer [src]="base64Sanitize"
[render-text]="true"
[original-size]="false"
style="width: 400px; height: 500px"
></pdf-viewer> -->
></pdf-viewer>
</div>
</div>
</ion-slide>