Added themable header, footer and navbar

This commit is contained in:
lotte
2021-03-17 11:32:59 +01:00
committed by Art Lowel
parent f5a34bb14e
commit 1d4c77e485
17 changed files with 141 additions and 6 deletions

View File

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