My web application, which is built using Angular 2, features a two-panel layout. I am looking to implement the functionality to resize both panels by selecting either the right edge of the left panel or the left edge of the right panel.
If you have any suggestions on how this can be achieved using Angular, HTML, CSS, or JavaScript, please let me know.
I am aware of the CSS3 resize property, but it only allows resizing from one corner of a div, and I am not interested in that particular feature.
For reference, I would like the functionality similar to the W3Schools HTML editor (https://www.w3schools.com/html/tryit.asp?filename=tryhtml_default)
You can see an example of what I am looking for by visiting the following URL: https://i.sstatic.net/jztDZ.png