ngxCarousel is a lightweight, tactile, and responsive library for creating an angular carousel. No dependencies, no more hammer.
Must Read: Angular Responsive Image Slider With Lightbox Popup Library
How to make use of it:
1. You can install the package from our npm package.
npm install --save ngx-carousel-lib
2. First, you need to provide a CarouselModule
for the module you want.
import {CarouselModule} from "ngx-carousel-lib"; // In your App's module or Custom Module: @NgModule({ imports: [ CarouselModule ] })
3. Now, you can use the CarouselModule as:
<carousel-component > <div class="item-carousel">a</div> <div class="item-carousel"> <div class="b"> <img src=" " /> </div> </div> <div class="item-carousel">c</div> <div class="item-carousel">d</div> </carousel-component>
See Demo And Download

Official Website(kappys1): Click Here
This superior jQuery/javascript plugin is developed by kappys1. For extra Advanced usage, please go to the official website.