@ -17,7 +17,7 @@
<!-- Attribut : statut -->
<!-- Attribut : statut -->
< mat-form-field class = "input2" >
< mat-form-field class = "input2" >
< mat-label > Statut formation< / mat-label >
< mat-label > Statut formation< / mat-label >
< mat-select formControlName = "statut" >
< mat-select formControlName = "statut" [ compareWith ] = " compare " >
< mat-option * ngFor = "let s of statuts" [ value ] = " s " > {{s.libelle}}< / mat-option >
< mat-option * ngFor = "let s of statuts" [ value ] = " s " > {{s.libelle}}< / mat-option >
< / mat-select >
< / mat-select >
< / mat-form-field >
< / mat-form-field >
@ -25,7 +25,7 @@
<!-- Attribut : origine -->
<!-- Attribut : origine -->
< mat-form-field class = "moveright input2" >
< mat-form-field class = "moveright input2" >
< mat-label > Origine formation< / mat-label >
< mat-label > Origine formation< / mat-label >
< mat-select formControlName = "origine" >
< mat-select formControlName = "origine" [ compareWith ] = " compare " >
< mat-option * ngFor = "let o of origines" [ value ] = " o " > {{o.libelle}}< / mat-option >
< mat-option * ngFor = "let o of origines" [ value ] = " o " > {{o.libelle}}< / mat-option >
< / mat-select >
< / mat-select >
< / mat-form-field >
< / mat-form-field >
@ -72,7 +72,7 @@
<!-- Attribut : type -->
<!-- Attribut : type -->
< mat-form-field class = "input2" >
< mat-form-field class = "input2" >
< mat-label > Type formation< / mat-label >
< mat-label > Type formation< / mat-label >
< mat-select formControlName = "type" >
< mat-select formControlName = "type" [ compareWith ] = " compare " >
< mat-option * ngFor = "let t of types" [ value ] = " t " > {{t.libelle}}< / mat-option >
< mat-option * ngFor = "let t of types" [ value ] = " t " > {{t.libelle}}< / mat-option >
< / mat-select >
< / mat-select >
< / mat-form-field >
< / mat-form-field >
@ -80,7 +80,7 @@
<!-- Attribut : mode -->
<!-- Attribut : mode -->
< mat-form-field class = "moveright input2" >
< mat-form-field class = "moveright input2" >
< mat-label > Mode formation< / mat-label >
< mat-label > Mode formation< / mat-label >
< mat-select formControlName = "mode" >
< mat-select formControlName = "mode" [ compareWith ] = " compare " >
< mat-option * ngFor = "let m of modes" [ value ] = " m " > {{m.libelle}}< / mat-option >
< mat-option * ngFor = "let m of modes" [ value ] = " m " > {{m.libelle}}< / mat-option >
< / mat-select >
< / mat-select >
< / mat-form-field >
< / mat-form-field >