[DURACOM-195] Base components (simplify header-navbar-wrapper)

This commit is contained in:
Davide Negretti
2023-11-23 14:07:23 +01:00
parent e84773afb2
commit d59f33278d
2 changed files with 6 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
<div [ngClass]="{'open': !(isNavBarCollapsed | async)}" id="header-navbar-wrapper">
<div [ngClass]="{'open': !(isNavBarCollapsed$ | async)}" id="header-navbar-wrapper">
<ds-themed-header></ds-themed-header>
<ds-themed-navbar></ds-themed-navbar>
</div>