Chore: Update Angular to v17 (#4980)

This commit is contained in:
shamoon 2023-12-19 15:02:05 -08:00 committed by GitHub
parent b1f6f52486
commit a6248bec2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
72 changed files with 7450 additions and 6557 deletions

View file

@ -36,15 +36,6 @@ import { PDFSinglePageViewer } from 'pdfjs-dist/web/pdf_viewer'
PDFJS['verbosity'] = PDFJS.VerbosityLevel.ERRORS
// Yea this is a straight hack
declare global {
interface WeakKeyTypes {
symbol: Object
}
type WeakKey = WeakKeyTypes[keyof WeakKeyTypes]
}
export enum RenderTextMode {
DISABLED,
ENABLED,