ngx-virtual-swiper
TypeScript icon, indicating that this package has built-in type declarations

12.0.0 • Public • Published

NgxVirtualSwiper

Swiper with virtual scroll.

npm version npm licence

Demo

Examples

Getting Started

Installation

Install via Package managers such as [npm][npm] or [yarn][yarn]

npm install ngx-virtual-swiper --save
# or
yarn add ngx-virtual-swiper

Usage

Import ngx-virtual-swiper module

import { NgxVirtualSwiperModule } from 'ngx-virtual-swiper';
import { ScrollingModule } from '@angular/cdk/scrolling';

@NgModule({
  imports: [
    ...
    ScrollingModule,
    NgxVirtualSwiperModule,
    ...
  ]
})

PeerDependencies

ngx-virtual-swiper depeneds on the following libraries to work.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ngx-virtual-swiper

    Weekly Downloads

    2

    Version

    12.0.0

    License

    MIT

    Unpacked Size

    90.5 kB

    Total Files

    22

    Last publish

    Collaborators

    • mihail.vasyliv