How to hide top bar and menu completely in some routes/a full-screen component?
Posted: 07 Nov 2019, 19:38
Hi,
How to make the top bar and menu hidden completely in some route? Especially in a component with a map, how to make "layout-main" to take the whole page space programatically?
I tried using *ngIf with condition in <app-topbar> and the div with class="layout-menu" but there still be taken blank spaces at the top of the page.
Thank you very much,
John.
How to make the top bar and menu hidden completely in some route? Especially in a component with a map, how to make "layout-main" to take the whole page space programatically?
I tried using *ngIf with condition in <app-topbar> and the div with class="layout-menu" but there still be taken blank spaces at the top of the page.
Thank you very much,
John.