0.0.6 • Published 5 years ago

cdk-drag-scroll v0.0.6

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

Cdk Drag Scroll

Demo

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

Installation

Install through npm:

npm install --save 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.

0.0.6

5 years ago

0.0.5

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

1.0.0

5 years ago