As someone new to Angular 4, I've been attempting to create a resizable div (horizontally) without success. My goal is to be able to click and drag a grabber to resize the text area horizontally. However, in the example provided in the link below, the mouse events are applied on the document, whereas I want them to only be triggered when clicking on the grabber class. Can anyone assist me with achieving this?
Thanks.
I have already attempted the solution provided here: https://stackblitz.com/edit/angular-text-resizable-zvp3ns?file=app%2Fapp.component.ts