Open ramoncarreras opened 3 years ago
@drozhzhin-n-e is this repository still active and will be updated to Angular 12?
interesting to have this update as well please
I'm interested in this update too.
I would also really need this update
It works fine here on ng12 and 13. What exactly is the problem?
if there is no issue, we just need the package.json to be updated to the latest angular version pls
i managed to install it with --force on angular 12 and works fine
When using with Angular 13
, npm
gives the following warnings:-
npm WARN ngx-pinch-zoom@2.6.2 requires a peer of @angular/common@^11.1.2 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-pinch-zoom@2.6.2 requires a peer of @angular/core@^11.1.2 but none is installed. You must install peer dependencies yourself.
When using with
Angular 13
,npm
gives the following warnings:-npm WARN ngx-pinch-zoom@2.6.2 requires a peer of @angular/common@^11.1.2 but none is installed. You must install peer dependencies yourself. npm WARN ngx-pinch-zoom@2.6.2 requires a peer of @angular/core@^11.1.2 but none is installed. You must install peer dependencies yourself.
https://github.com/across-the-stars/ngx-pinch-zoom/commit/b888a61ff1be0c0855b644c8283bebf51940ec6f Someone updated to Angular 12. https://github.com/across-the-stars/ngx-pinch-zoom
Seems now with latest Angular I cannot get rid of "Uncaught Error: Type PinchZoomModule does not have 'ɵmod' property." TSCC does not run/compile it properly.
Seems now with latest Angular I cannot get rid of "Uncaught Error: Type PinchZoomModule does not have 'ɵmod' property." TSCC does not run/compile it properly.
same.
Seems now with latest Angular I cannot get rid of "Uncaught Error: Type PinchZoomModule does not have 'ɵmod' property." TSCC does not run/compile it properly.
Same
Seems now with latest Angular I cannot get rid of "Uncaught Error: Type PinchZoomModule does not have 'ɵmod' property." TSCC does not run/compile it properly.
how did you solve this?
Deinstall and use instructions to STRG+/- 😅 ... we are using a JS Vanilla lib instead
Would it be possible to bump angular to version 12?