I am new to Angular Material drag and drop feature, so kindly bear with me.
I have list of items on left panel. I need to drag an item and drop it on the right panel.
I don't need sorting in left panel list, only dragging and dropping it on right side. And when I drop the item, I need some change event to occur when that material is dropped.
I was able to use cdkDrag on left panel but don't know how to drop the item. I tried to use cdkDrop, but in vain.
Here is my sample code: https://stackblitz.com/edit/angular-cevn3d
Thanks.