-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Angular 9 - zone.js 0.10.2 is needed #44
Comments
I have the same problem. This likely means that the library (ngx-slick-carousel) which declares SlickCarouselModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if |
Please try 0.5.0. I published new version with angular 9.0.4 updates, |
After updated with Angular 9.0.5 it won't work please see the below error
could you please help me then what can I do now? |
I just installed it this week and I'm getting the same errors as the ones above This is the version I have on my machine "ngx-slick-carousel": "^0.5.1",
Do i need to downgrade the dependency back to 0.51 |
I just installed it this week and I'm getting the same errors as the ones above This is the version I have on my machine "ngx-slick-carousel": "^0.5.1",
Do I need to downgrade the dependency back to 0.51 |
Angular 9 has a dependency on 0.10.2 instead of currently defined 0.9.x.
Is it possible to release an update?
Thanks
The text was updated successfully, but these errors were encountered: