You need to cast your control to FormArray . So change. 1) this.surveyForm.controls['questions'].push(question);. to (<FormArray>this.
確定! 回上一頁