How to drag and drop from mat-menu to another element on the page (using cdkdrag Angular Material)

193 views Asked by At

Is there any way to drag from mat-menu and drop to another element on the page (using cdkdrag)? The approach taken by greatweatherforducks in this answer is very interesting, but it doest use cdkdrag, just the DragEvent interface.

I have tried to adapt that solution, but I couldn't find nothing like the dataTransfer property on cdkdrag.

0

There are 0 answers