1.0.0 • Published 2 years ago

ng-draggable-component v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

0.1.2

2 years ago