Is it feasible to implement a feature in Angular 2 where users can drag text along with the cursor while clicking the mouse? I am currently working on a web "painter" application and would like the ability for users to click on a textbox and move it around the page while the mouse button is held down, similar to functionality found in basic editing apps.
If possible, could you provide snippets of code or links to websites with examples? I am a visual learner, so any visual aids would be greatly appreciated! Just assume that I have a decent understanding of Angular 2 already.