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 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
Examples:
| Title | TypeScript |
|---|---|
| Default Swiper |
|
| Navigation & Pagination Swiper |
|
| Pagination Dynamic Swiper |
|
| Vertical Swiper |
|
| Mousewheel Control Swiper |
|
| Effect Fade Swiper |
|
| Effect Coverflow Swiper |
|
| Responsive Breakpoints Swiper |
|