parent
283663f9cb
commit
1c41609db7
@ -1 +1,2 @@ |
||||
<h1>Consultation demandes formation</h1> |
||||
<h3 *ngIf="demandesFormation == undefined || demandesFormation == []">Aucune demande de formation</h3> |
||||
<demandes-formation-table *ngIf="demandesFormation != undefined && demandesFormation != []" [displayedColumns]="displayedColumns" [estAffichageEP]="estAffichageEP" [demandesFormation]="demandesFormation" ></demandes-formation-table> |
Loading…
Reference in new issue