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.