Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.3 KB

README.md

File metadata and controls

55 lines (40 loc) · 1.3 KB

NgxVirtualSwiper

Swiper with virtual scroll.

npm version npm licence

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.