How to remove screen header on some routes

0

Good morning, on my angular project 4 I completed the adm screen and I wish the header did not appear in it, I know I could do this with ngIf but I'm lost > _ & gt ;, Can anyone give a light? The module.html app looks like this

<app-navbar></app-navbar>
<div style="padding-top:100px" class="container">
  <flash-messages></flash-messages>
  <router-outlet></router-outlet>
</div>
    
asked by anonymous 22.08.2017 / 22:55

1 answer

0

Would you like to remove <app-navbar> or the header comes from this <router-outlet> ?

    
23.08.2017 / 18:50