Angular 9 had a working version of this, which you can find here:
https://stackblitz.com/edit/two-drop-list-problem-zp556d?file=package.json
Now in the new Angular 14 version:
In the latest version, there is an issue where the dragged object jumps across the window when released. I've tried different solutions like removing sorting and disabling on drop, but haven't found the right fix yet.
You can see the original post on Stack Overflow here: Angular Drag and Drop absolute position elements selecting wrong index