Angular Material Nested Drag and Drop
问题 I'm trying to achieve a reorder-able group of list which contain elements that can be moved between lists, using @angular/cdk/drag-drop, although I'm running into a few problems. I've managed to separately create individual examples which achieve the individual drag and drop, although when brought together it seems I cannot achieve both pieces of functionality in parallel. Moving items between groups : https://stackblitz.com/edit/items-move Reordering groups : https://stackblitz.com/edit