let form: FormGroup = new FormGroup({}); form.addControl(field_name, new FormControl('', Validators.required));
確定! 回上一頁