the x,y coordinates should be displayed when the mouse button is pressed and when the mouse is moved.
It works on the first click.
if you start clicking and dragging again, it no longer works
https://stackblitz.com/edit/standalone-components-in-standalone-components-2n5jdm?file=src%2Fapp%2Fapp.component.ts
takeUntil(this.mouseup$)
I see that he is unsubscribing but I don't know how to resolve this?