swimlane / ngx-dnd

🕶 Drag, Drop and Sorting Library for Angular2 and beyond!
https://swimlane.github.io/ngx-dnd/
MIT License
575 stars 135 forks source link

ngxDraggable onDrag event not calling #197

Open kiranvarma1223 opened 3 years ago

kiranvarma1223 commented 3 years ago
    <div class="ngx-dnd-item" ngxDraggable [model]="group" (drag)="onDrag($event)" [moves]="true">

This is the example code to call the method onDrag while dragging. The drag event not calling in this case.

Can you please provide the example for events.