0.0.2 • Published 5 years ago

@patricknazar/cdk-drag-scroll v0.0.2

Weekly downloads
1
License
-
Repository
github
Last release
5 years ago

Cdk Drag Scroll

This is a fork of volser/cdk-drag-scroll

Demo

https://cdk-drag-scroll-demo.stackblitz.io/

Installation

Install through npm:

npm install --save @patricknazar/cdk-drag-scroll

Then use it in your app like so:

<div
  *ngFor="let item of items"
   cdkDrag
   vsDragScroll
   [vsDragScrollContainer]="scrollContainer"
   [cdkDragData]="item">
   ...
</div>

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.