<fuse-vertical-navigation class="dark bg-gray-900 print:hidden" [mode]="isScreenSmall ? 'over' : 'side'" [name]="'mainNavigation'" [navigation]="navigation.default" [opened]="!isScreenSmall" >
Logo de mathématiques des métiers
<user [showAvatar]="false">
<img class="w-full h-full rounded-full" *ngIf="user.profileImage" [src]="user.profileImage" alt="User avatar" /> <mat-icon class="icon-size-24" *ngIf="!user.profileImage" [svgIcon]="'heroicons_solid:user-circle'" >
{{ user.firstName }} {{ user.lastName }}
{{ user.email }}
<ng-template #defaultIconTpl> <mat-icon [svgIcon]="'heroicons_outline:user-circle'" >
<router-outlet *ngIf="true">