Closed jdavidhermoso closed 1 year ago
Hi, I think there were some breaking changes between angular 9 and 13 which is the lift I did between 0.6.0 and 1.0.0 - I don't really remember the specifics but you could try running 0.6.0 of the library instead. Otherwise your best bet is probably to upgrade your project to newer angular.
I don't really have the capacity to keep the library working with both latest angular and older ones. So I'll focus on it working nicely with the later versions.
Sorry that I don't have a better answer for you but hopefully downgrading to 0.6.0 will work for you.
Hi, @wittlock .
Thanks so much for answering.
I'll try to do so. :)
And again, thanks for all the work with the library.
@wittlock
Is there a way to invite you to a coffe, at least?
Thanks!
Glad this got resolved (apparently I forgot to respond). I don't have a tip jar set up, I'm just happy to share this library with the world even though I don't put too much time into it these days. Closing this as its resolved.
Hi, @wittlock
Thanks for this package and all the work it implies.
I'm installing it in a Angular 11 project, and I'm getting the following issues, so the project does not build.
Does someone know how to make this library work with Angular 11?
I created a repo containing a brand new Angular 11 project (so no side issues related). It's clean 100%. It only containes a new Angular project and
ngx-image-zoom
imported inapp.module.ts
.And this is the error I'm getting on build.
This is the repo: https://github.com/jdavidhermoso/issue-ngx-image-zoom
Thanks so much!