1
votes

I'm using angular material for dragging an item from one list to other.

Attaching the code: https://stackblitz.com/angular/mdgkpprxjej?file=src%2Fapp%2Fcdk-drag-drop-connected-sorting-group-example.ts.

My issue is that I'm able to move only a single item across the lists. Is there some way to select and drag multiple items?

1

1 Answers

0
votes

I think this is achievable. However, it requires too much work. You can take a look at this issue on GitHub. KevynTD explained well to achieve this using Angular cdk.