reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
299 stars 118 forks source link

Just a question #54

Closed stherrienaspnet closed 5 years ago

stherrienaspnet commented 5 years ago

Is it possible to define a drag template for an element like angular material CKD allow us? In my case I need to use an image.

reppners commented 5 years ago

No.

There is dndDragImageRef but as of now that's only to select an already visible part of the draggable as drag image. You want to show some other content that is not part of the draggable as drag image, right?

I'll take this as a feature request.

stherrienaspnet commented 5 years ago

Thanks this will be great!

On Sun, 6 Jan 2019 at 18:40, Stefan Steinhart notifications@github.com wrote:

No.

There is dndDragImageRef but as of now that's only to select an already visible part of the draggable as drag image. You want to show some other content that is not part of the draggable as drag image, right?

I'll take this as a feature request.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/reppners/ngx-drag-drop/issues/54#issuecomment-451786345, or mute the thread https://github.com/notifications/unsubscribe-auth/AF19caVIxcHdm2aEEoJZ7DkdixoIVZsXks5vAolQgaJpZM4ZyAg3 .

--