Adding models and components

This commit is contained in:
2022-09-02 14:39:24 +02:00
parent 8e3322a9f8
commit 18a02f0940
42 changed files with 492 additions and 566 deletions
@@ -0,0 +1,8 @@
<div id="header">
<p id="header-title">Doppelkopf-Stats</p>
<span id="user-info">
<p>Paddy</p>
<img src="assets/images/user.png" alt="User Icon" (click)="openProfile()">
</span>
<app-profile *ngIf="showProfilePopover"></app-profile>
</div>