FormArray Example. ngOnInit() { this.myForm = this.fb.group({ email: '', phones: this.fb.array([]) }) } get phoneForms() { return this.
確定! 回上一頁