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>