angular2-draggable
angular2-draggable copied to clipboard
Is there a way to get absolute x,y position?
Is there any way to get the absolute position of the mouse as I drag the item around. I only have offset positions, so I can't ascertain my absolute position?
edit: I gave up and switched to snapsvg drag which provides (dx, dy, x, y, e) on move.