<app-header *ngIf="hideHeader"></app-header> <app-side-menu *ngIf="hideHeader"></app-side-menu> <app-notification *ngIf="showNotif"></app-notification> <app-push-notification *ngIf="showPushNotif"></app-push-notification> <div class="content-wrapper" [ngClass]="{ 'full-container': !hideHeader, 'bg-lite': util.liteBg}"> <app-breadcrumb></app-breadcrumb> <router-outlet (deactivate)="onDeactivate()" *ngIf='mapReady'></router-outlet> <app-footer></app-footer> </div>