mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Notifications working againd
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user