Dear all Angular gurus...
I had found an awesome angular material multi drag drop example online and wanted to limit the drag drop only allow from ListA to ListB, and disable the drag drop from ListB to ListA. (stackblitz link attached below)
Had been trying for hours but still couldn't figure this out... can any Angular expertise assist me on this one... is there a particular event in CdkDragDrop that I need to implement in order for it to work?