Adding profile component (de)activation logic

This commit is contained in:
2022-09-02 17:55:19 +02:00
parent 18a02f0940
commit 47c494653c
18 changed files with 174 additions and 133 deletions
@@ -4,5 +4,5 @@
<p>Paddy</p>
<img src="assets/images/user.png" alt="User Icon" (click)="openProfile()">
</span>
<app-profile *ngIf="showProfilePopover"></app-profile>
<app-profile (showProfilePopoverChange)="closeProfile()" *ngIf="showProfilePopover"></app-profile>
</div>