Skip to content

Commit

Permalink
Add in appSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
fearganni committed Dec 24, 2023
1 parent ef0dabd commit 7bb7de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<main class="page-wrapper">

<!-- header -->
<app-header></app-header>
<app-header *ngIf="!AppSettings.appEmpty"></app-header>

<!-- pages -->
<router-outlet></router-outlet>

</main>

<!-- footer -->
<app-footer></app-footer>
<app-footer *ngIf="!AppSettings.appEmpty"></app-footer>

0 comments on commit 7bb7de2

Please sign in to comment.