12.0.0 • Published 5 years ago
ngx-virtual-swiper v12.0.0
NgxVirtualSwiper
Swiper with virtual scroll.
Demo
Examples
Getting Started
Installation
Install via Package managers such as npm or yarn
npm install ngx-virtual-swiper --save
# or
yarn add ngx-virtual-swiperUsage
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.