formGroup.get('things') as FormArray).push( ThingFormGroup(this.formBuilder) ); }); this.formGroup.patchValue({ things }); } ...
確定! 回上一頁