Press "Enter" to skip to content

A Lightweight, Touchable, and Responsive Angular Universal Carousel Library

ngxCarousel is a lightweight, tactile and responsive library for creating an angular carousel. No dependencies, no more hammer.

angular 8 carousel slider example, angular material carousel multiple items, angular carousel multiple items, angular responsive carousel loop not working

Carousel Vertical Slider with Vanilla Javascript

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>

Angular Universal carousel ngxCarousel Plugin/Github


See Demo And Download

Official Website(kappys1): Click Here

This superior jQuery/javascript plugin is developed by kappys1. For extra Advanced Usages, please go to the official website.

Be First to Comment

    Leave a Reply

    Your email address will not be published. Required fields are marked *