add login with dummy Data

add login page
add subcomponents
This commit is contained in:
Felix
2021-01-03 18:55:26 +01:00
parent 41d5f95810
commit 976e3aa797
18 changed files with 329 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
<div class="header" *ngIf="this.dashboard.user != undefined">
<p>HEADER</p>
</div>