1.0.0 • Published 1 year ago

ng-draggable-component v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

DraggableComponent

This library was generated with Angular CLI version 14.2.0.

How to use

  • extend from DraggableComponent.

options

you can override 3 methods, dragStart(), dragMove(), dragEnd() to add more logic to respectively : the start , during and at the end of your drag.

public dragStart();
public dragMove();
public dragEnd();

To deactivate the drag you can set isDraggable to false.

public isDraggable = true // default set to true
1.0.0

1 year ago

0.1.2

1 year ago