I want to drag list text into textarea I was able to implement this feature using jquery UI
here is a code which is implemented with jquery UI
However, I am working on an angular project which jquery UI is not part of it so I tried to achieve that using angular CDK drag and drop, however, I couldn't find any solution in the official drag drop document but I am new to angular so is there any way to achieve it with angular CDK drag and drop?