VadimDez / ng2-pdf-viewer

📄 PDF Viewer Component for Angular
https://vadimdez.github.io/ng2-pdf-viewer/
MIT License
1.31k stars 421 forks source link

Whats the recommended version to use with angular 15 ? #1099

Open zero-1 opened 6 months ago

zero-1 commented 6 months ago
- [ ] Regression (a behavior that used to work and stopped working in a new release)
- [ ] Bug report -> please search issues before submitting
- [ ] Feature request
- [x] Documentation issue or request

Tried using the v10.2.2 with an angular 15 project and I get the error ...

Can't bind to 'src' since it isn't a known property of 'pdf-viewer'.
1. If 'pdf-viewer' is an Angular component and it has 'src' input, then verify that it is part of this module.
2. ......

Switching to v9.1.5 works correctly with Angular 15.

Reproduced on stackblitz.

I was looking for a fix/workaround to CVE-2024-4367 and tried to upgrade the dependency.