How to use Angular's Drag and Drop module to drag an element onto another?
问题 I cannot figure out how to use Angular's Drag and Drop module for something other than move items between lists. I have a list of items and I want to drag them on individual groups. Incidentally, there are two lists involved here, one list with groups and one list with items. Here's the template code (please see this https://stackblitz.com/edit/angular-xp4um9 for the full code): <div class="container"> <div class="drop-target"> <mat-selection-list cdkDropList #dropTarget="cdkDropList"