I have a scenario, where I need to drop a feature into the respective item. So, here I am using angular-material for drag and drop but it is dropping feature outside of the item, I want to insert the feature inside the item.
Here is the sample: https://stackblitz.com/edit/angular-6cshhz-vsskhg?file=src%2Fapp%2Fcdk-drag-drop-connected-sorting-example.html[enter link description here]1
What is the configuration I need to do? Anyone can help me? Thanks!