Évol autour des infos/formulaires du harnais
This commit is contained in:
@@ -11,7 +11,13 @@ export class NewGearComponent implements OnInit {
|
||||
|
||||
constructor() {
|
||||
this.addForm = new FormGroup({
|
||||
aircraftName: new FormControl('', Validators.required)
|
||||
name: new FormControl('', Validators.required),
|
||||
manufacturer: new FormControl('', Validators.required),
|
||||
minSize: new FormControl('', Validators.required),
|
||||
maxSize: new FormControl('', Validators.required),
|
||||
aad: new FormControl('', Validators.required),
|
||||
mainCanopy: new FormControl('', Validators.required),
|
||||
reserveCanopy: new FormControl('', Validators.required),
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user