Swiper-Slider
Overview Official Website
Swiper is the most modern slider with hardware accelerated transitions and amazing native behavior.
Add Package
npm install jquery --save npm install slick-carousel --save npm install ngx-slick-carousel --save
Add the swiper styles to the app styles in angular.json.
"styles": [ "node_modules/slick-carousel/slick/slick.scss", "node_modules/slick-carousel/slick/slick-theme.scss" ]
Add jquery and slick js in "scripts" at your angular.json file.
"scripts": [ "node_modules/jquery/dist/jquery.min.js", "node_modules/slick-carousel/slick/slick.min.js" ]
Remove Package
npm uninstall ngx-slick-carousel or you can remove package by removing specific package from package.json