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