I am implementing a drag and drop feature in angular where i want to drag an item from the list and place it anywhere in the drop zone area.
The position of the dragged item should be where I mousedrop it (leave the mouse pointer from dragged state). I tried using cdk drag-drop functionality from angular material ui but couldn't find a proper solution to my problem.
In the end I should get an absolute position of the dragged-dropped list item, relative to the drop zone.
Currently, i have referred to the plugins/libraries and in those i have only found the tranfering of items from one list to another.
Here's a diagram for the feature i want to achieve... Drag and Drop Functionality Diagram