I am currently working on a page that consists of a side navigation bar and a content area. Here is a basic representation of its layout:
https://i.sstatic.net/XcPQL.png
[https://jsfiddle.net/hd46twu1/6/][2]
While redeveloping the same application using Angular, I am facing difficulties in making the content area expand to fill the entire available width. Here is what it currently looks like:
https://i.sstatic.net/Nwlxk.png
https://stackblitz.com/edit/angular-89rbp4
Could someone provide guidance on how to ensure the column stretches in Angular just as it does in the non-Angular version of the application?