Angular FormArray 的用法要注意的几点:FormArray 需要在FormGroup 内部. this.groupForm = this.fb.group({ Arr: this.fb.array([]) // formarray }) ...
確定! 回上一頁