Suppression des components sur la page signin
This commit is contained in:
parent
b774a93da7
commit
63906bf345
4 changed files with 15 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<app-search-bar></app-search-bar>
|
||||
<app-nav-bar></app-nav-bar>
|
||||
<app-search-bar *ngIf="dontShow"></app-search-bar>
|
||||
<app-nav-bar *ngIf="dontShow"></app-nav-bar>
|
||||
<router-outlet></router-outlet>
|
||||
<app-footer></app-footer>
|
||||
<app-footer *ngIf="dontShow"></app-footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue