intbot / ng2-pdfjs-viewer

An angular component for PDFJS and ViewerJS (Supports all versions of angular)
Apache License 2.0
225 stars 113 forks source link

Angular 14 #193

Closed dereekb closed 1 year ago

dereekb commented 1 year ago

I combined the two module declarations together. With Angular 14 the module declaration isn't even necessary anymore since you can import components directly, but I left it in there since I didn't want to touch too much extra.

Closes #190