How to move an item from one list to a second list by dragging and dropping it on a div instead of a list in Angular Material, like on the picture.
Thanks for help!
CodePudding user response:
I think your should check examples of angular material, they have solution to for drag and drop also for your scenario you can check here
CodePudding user response:
I found solution in this link: stackblitz