menache
This commit is contained in:
parent
4ccbbf869b
commit
42eff07067
16 changed files with 14 additions and 161 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue