let controlArray = <FormArray>this.form.controls['apps']; this.list.forEach(app => { const fb = this.buildGroup(); fb.patchValue( ...
確定! 回上一頁