Is there a way to dynamically create drop zones? I\'m having some troubles with ngFor and cdkDropList.
Here is my first list and draggable elements:
I've built a stackblitz example using a dynamic group of lists and cdkDropListGroup. I'm memorizing the first list's name on the item in the list. By memorizing the first list I can track which objects have changed, which can be handy for building some cases. It also gives me the possibility to change the background color of the items that have moved, clearly showing what's changed.