Swiper-Slider

Overview Official Website

Swiper is the most modern slider with hardware accelerated transitions and amazing native behavior.

Add Package
npm i slick-carousel
npm i ngx-slick-carousel
npm i jquery 
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",
],
"scripts":[
"node_modules/jquery/dist/jquery.min.js",
"node_modules/slick-carousel/slick/slick.min.js"
]
Remove Package
npm uninstall slick-carousel
npm uninstall ngx-slick-carousel  or you can remove package by removing specific package from package.json
© Hybrix.
Design & Develop by Themesbrand