12.0.0 • Published 3 years ago

ngx-virtual-swiper v12.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

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-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.

9.1.2

3 years ago

12.0.0

3 years ago

10.0.0

3 years ago

11.0.0

3 years ago

9.1.1

4 years ago

9.1.0

4 years ago

9.0.1

4 years ago

9.0.0

4 years ago

8.0.0

5 years ago

0.2.0

5 years ago

0.1.0-rc.2

5 years ago

0.1.0-rc.1

5 years ago

0.1.0-rc.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago