-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
Hi,
I have tried to use this library in a newly created Angular 14 project. Yet, after installing it via npm, I get a compiler error about type VisibilityState
not being defined (see below). Is there any way to fix this issue and thus trying using the library in a v. 14 app?
Thank you!
Error: node_modules/ngx-pinch-zoom/lib/pinch-zoom.component.d.ts:54:25 - error TS2304: Cannot find name 'VisibilityState'.
54 get hostOverflow(): VisibilityState;
~~~~~~~~~~~~~~~
Error: node_modules/ngx-pinch-zoom/lib/pinch-zoom.component.d.ts:80:20 - error TS2304: Cannot find name 'VisibilityState'.
80 overflow?: VisibilityState;
~~~~~~~~~~~~~~~
ssergdev, tuurbo, aziez, olafvanv, dis30 and 1 more
Metadata
Metadata
Assignees
Labels
No labels