Hey there! Im currently developing an App and i wanted to ask if there is a good way to solve that.
I want to have the Header and the Footer only in specific pages.
Currently my app.component.ts is looking like this. How can i set the headerVisible and footerVisible for every seperate router-outlet?
<app-header *ngIf=“headerVisible”>
<app-navigation *ngIf=“footerVisible”>
Thanks for your Answer in Advance
1 post - 1 participant