Seeking assistance in creating a webpage with 3 resizable divs inside a container. The left and right divs should be resizable by the user while the center div adjusts accordingly. Similar to coding sections in platforms like plunker or jsfiddle, the layout must remain horizontal without shifting to the next line. This challenge has been perplexing me for almost a week now, any guidance or suggestions are welcome.
Note: Utilizing AngularJs for this project, so solutions incorporating Angular approaches are preferred, although other methods are also acceptable.
Update:
To clarify, the divs should be resizable by the user, rather than just resizing based on browser window changes. For example, clicking on the border of an area should expand it and adjust the size of the center area accordingly. Currently, my implementation is not responsive and exhibits bugs when resizing after both left and right areas are minimized. A smoother behavior similar to JSFiddle's interactive resizing feature is desired, where adjusting one area impacts the others smoothly.
For reference, here is a link to my plunker. Any insights would be greatly appreciated.
Thank you in advance.