Adding models and components
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user