I am using angular drag and drop @angular/cdk/drag-drop.
Here is a stackblitz that describes the problem: https://stackblitz.com/edit/cdk-drag-drop-index-bug-kqspbh?file=src%2Fapp%2Fapp.component.html
I want the dragText to change while i am dragging the item component. It is changing the item dragText but its not re-rendering the component after the text change. What am I doing wrong?
I tried changing the text on mousedown event, but its a good solution.