Umbau: header & businessListing
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
<!-- <div class="container"> -->
|
||||
<div class="content">
|
||||
<div [ngClass]="{ 'bg-slate-100': actualRoute !== 'home' }">
|
||||
@if (actualRoute !=='home' && actualRoute !=='pricing'){
|
||||
<header></header>
|
||||
}
|
||||
<router-outlet></router-outlet>
|
||||
|
||||
<app-footer></app-footer>
|
||||
</div>
|
||||
<app-footer></app-footer>
|
||||
<!-- <p-confirmDialog #cd>
|
||||
<ng-template pTemplate="headless" let-message>
|
||||
<div class="flex flex-column align-items-center p-5 surface-overlay border-round">
|
||||
|
||||
Reference in New Issue
Block a user