This commit is contained in:
Blandine Bajard 2022-03-04 16:39:56 +01:00
parent 4ccbbf869b
commit 42eff07067
16 changed files with 14 additions and 161 deletions

View file

@ -1,7 +1,11 @@
<app-header></app-header>
<app-side-bar></app-side-bar>
<app-alert *ngIf="isShow" [alert]="alert" (eventClose)="onClickCloseAlert();"></app-alert>
<app-alert
*ngIf="isShow"
[alert]="alert"
(eventClose)="onClickCloseAlert()"
></app-alert>
<!-- <div
class="alert alert-{{ alert.type }}"
@ -59,9 +63,11 @@
(click)="navigateNext($event)"
>Next</a
>
<!-- DEBUT : Pour le debugage -->
<span *ngIf="debug">team : {{ teamId }} - user: {{ userId }} - role: {{ role }}</span>
<span *ngIf="debug"
>team : {{ teamId }} - user: {{ userId }} - role: {{ role }}</span
>
<!-- FIN : Pour le debugage -->
<span style="float: right"