Is it possible in angular with primeNg v 4.3.0 and Angular 5 to resize 2 layouts in the same screen like the windows 10 explorer in the picture below ? Or is possible with pure css ? If no, why ? And if yes, how is that possible? I tried anything ... Thank you very much for your answers !!!!!!!
<div class="ui-g">
<div class="ui-g-2 ui-g-nopad">
<p-panel>.... </p-panel>
</div>
// wanna put here a vertical line and pull right left, so the 2 panels gonna be resized ...
<div class="ui-g-10 ui-g-nopad">
<p-panel>.... </p-panel>
</div>
</div>