formBuilder.group({ formArray : this.formBuilder.array([]) }); this.formArray = this.formGroup.controls['formArray'] as FormArray;
確定! 回上一頁