Chore: revert pngx pdf viewer to third party package (#6741)

This commit is contained in:
shamoon
2024-05-16 11:12:19 -07:00
committed by GitHub
parent 50a6181e48
commit 019a255753
21 changed files with 40 additions and 1843 deletions

View File

@@ -13,13 +13,13 @@
</div>
}
@if (!requiresPassword) {
<pngx-pdf-viewer
<pdf-viewer
[src]="previewURL"
[original-size]="false"
[show-borders]="true"
[show-all]="true"
(error)="onError($event)">
</pngx-pdf-viewer>
</pdf-viewer>
}
}
}