Skip to content
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

Open
penfold opened this issue Dec 12, 2019 · 5 comments
Open

Add support for Angular 9 - zone.js 0.10.2 is needed #44

penfold opened this issue Dec 12, 2019 · 5 comments

Comments

@penfold
Copy link

penfold commented Dec 12, 2019

Angular 9 has a dependency on 0.10.2 instead of currently defined 0.9.x.

Is it possible to release an update?

Thanks

@Morhpeuss
Copy link

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
the library is expected to be compatible with Ivy.

@leo6104
Copy link
Owner

leo6104 commented Mar 2, 2020

Please try 0.5.0. I published new version with angular 9.0.4 updates,

@shabbir-ahmed
Copy link

shabbir-ahmed commented Mar 9, 2020

After updated with Angular 9.0.5 it won't work please see the below error

003: No directive found with exportAs 'slick-carousel'.

14     #slickModal="slick-carousel"

could you please help me then what can I do now?

@marvincd
Copy link

I just installed it this week and I'm getting the same errors as the ones above
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 the library is expected to be compatible with Ivy.

This is the version I have on my machine "ngx-slick-carousel": "^0.5.1",

Please try 0.5.0. I published new version with angular 9.0.4 updates,

Do i need to downgrade the dependency back to 0.51

@marvincd
Copy link

I just installed it this week and I'm getting the same errors as the ones above
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 the library is expected to be compatible with Ivy.

This is the version I have on my machine "ngx-slick-carousel": "^0.5.1",

Please try 0.5.0. I published a new version with angular 9.0.4 updates,

Do I need to downgrade the dependency back to 0.51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants