ngx-slick-carousel icon indicating copy to clipboard operation
ngx-slick-carousel copied to clipboard

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

Open penfold opened this issue 5 years ago • 5 comments

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

Is it possible to release an update?

Thanks

penfold avatar Dec 12 '19 15:12 penfold

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.

Morhpeuss avatar Mar 01 '20 15:03 Morhpeuss

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

leo6104 avatar Mar 02 '20 13:03 leo6104

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?

shabbir-ahmed avatar Mar 09 '20 07:03 shabbir-ahmed

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 avatar May 21 '21 12:05 marvincd

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

marvincd avatar May 21 '21 12:05 marvincd