<a class="whitespace-nowrap text-primary-500" *ngIf="loginUser.isAdmin || loginUser.isSuperAdmin" >Admin <a class="whitespace-nowrap text-primary-500" *ngIf="!(loginUser.isAdmin || loginUser.isSuperAdmin)" >Étudiant
<mat-icon class="icon-size-5 text-secondary" [svgIcon]="'heroicons_solid:chevron-right'" > Profil
<mat-form-field class="w-full" [floatLabel]="'always'"> Prénom <mat-icon class="icon-size-5" matSuffix [svgIcon]="'heroicons_solid:user-circle'" > <mat-error *ngIf=" profileForm.get('firstName').hasError('required') " > Prénom requis <mat-form-field class="w-full" [floatLabel]="'always'"> Nom de famille <mat-icon class="icon-size-5" matSuffix [svgIcon]="'heroicons_solid:user-circle'" > <mat-error *ngIf="profileForm.get('lastName').hasError('required')" > Nom de famille requis
<mat-form-field class="w-full" [floatLabel]="'always'"> Courriel
<img [src]="imageBaseData" style="width: 200px; height: 200px; object-fit: cover" />