angular2-draggable
angular2-draggable copied to clipboard
Angular directive (for version >= 2.x ) that makes the DOM element draggable and resizable
Hi, is it possible to do dragging between two containers like here: http://jsfiddle.net/didierg/QvRjL/ ? if yes, then how can I do this? Could you add some demo? Thank you!
Is there any way to set the initial position of the draggable element?
I tried to set the position on X and Y after resizing the card. Because I store the position X and Y, width and height in backend, if I move...
Would it be possible to export the **IResizeEvent** and **ISize** interfaces from the **public-api.d.ts** file? Doing so would improve compatibility with TypeScript’s "moduleResolution": "bundler" mode.