Revert "Update angular.json"

This reverts commit 62cd5046160f10cad4426b6ee14451447a46267f.
This commit is contained in:
shamoon 2023-11-30 14:23:31 -08:00
parent 62cd504616
commit abd10cd6e0
2 changed files with 1 additions and 9 deletions

View File

@ -65,15 +65,8 @@
"src/assets",
"src/manifest.webmanifest",
{
"glob": "**/*",
"input": "node_modules/ngx-extended-pdf-viewer/assets/",
"glob": "**/locale/en-US/?*.properties",
"ignore": ["**/additional-locale/*"],
"output": "/assets/"
},
{
"input": "node_modules/ngx-extended-pdf-viewer/assets/",
"glob": "**/*.min.js",
"ignore": ["*-es5\\.*"],
"output": "/assets/"
}
],

View File

@ -258,7 +258,6 @@
(beforePrint)="onBeforePrint()"
(afterPrint)="onAfterPrint()"
(progress)="onProgress($event)"
language="en-US"
[(page)]="previewCurrentPage">
</ngx-extended-pdf-viewer>
</div>