Adding profile component (de)activation logic
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user