Is it possible to drag and drop elements between windows/screens using Angular Material CDK drag & drop?
I'm trying to implement kanban. I've managed to display swimlanes and items in them. Also dragging and dropping between swimlanes work like a charm. Only thing that is missing is possibility to pop-out selected swimlane into new window and drag & drop items from it to remaining swimlanes from the "origin" window.
Any help, suggestion, etc. is greatly appreciated.