Ajout d'une page de mise à jour du

profile utilisateur
This commit is contained in:
Sébastien André
2020-04-28 11:06:51 +02:00
parent 8f09a0d225
commit 43c5f640e8
8 changed files with 2017 additions and 869 deletions

View File

@@ -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>