leo6104 / ngx-slick-carousel

Angular 17+ wrapper for slick plugin
113 stars 45 forks source link

Why did u use Jquery #60

Closed shahidweb closed 2 years ago

shahidweb commented 4 years ago

how to use without jquery files pls help

Sampath-Lokuge commented 4 years ago

Yes, Jquery is an antipattern for Angular apps. Will we have this Module without Jquery?

leo6104 commented 2 years ago

It use slick-carousel and slick-carousel use jQuery. If slick-carousel has new update that remove jQuery library dependencies, we can remove jquery dependencies.

But i think they stop next development process because it already have lots of alternative carousel library in Vanilla JS.

My recommendation is swiper.js. I use swiper.js in my own angular projects and it doesn't require jQuery dependencies.