Ajout d'une page de mise à jour du
profile utilisateur
This commit is contained in:
@@ -12,8 +12,10 @@
|
||||
<h2 style="display: inline;">{{ title }}</h2>
|
||||
</div>
|
||||
<div>
|
||||
<h2 style="display: inline;" *ngIf="currentUser">{{ this.currentUser.firstName }}
|
||||
{{ this.currentUser.lastName }}</h2>
|
||||
<a routerLink="/user" routerLinkActive="active" skipLocationChange>
|
||||
<h2 style="display: inline;" *ngIf="currentUser">{{ this.currentUser.firstName }}
|
||||
{{ this.currentUser.lastName }}</h2>
|
||||
</a>
|
||||
<a *ngIf="currentUser" (click)="logout()" style="cursor: pointer; margin-left:15px;">Logout</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user