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

Previous and Current Container - Dropzone #178

Open helixaros opened 3 years ago

helixaros commented 3 years ago

I'm submitting a ... (check one with "x")

[ ] bug report => Search github for a similar issue or PR before submitting
[ ] feature request
[X ] support request => Sorry, we will not be able to answer every support request.  Please consider other venues for support requests

I have implemented dynamic DropZones using your package, and I would like to know how to get the "Previous Container" and the "Current Container" that the item was dropped. Could you please help me on how to get that information?

Thank you in advance.