forEach (x => { //x is e.g.['a','b'] //we create a emptt FormArray const obj = new FormArray([]); //add a FormControl x.forEach(y => { obj.push(new ...
確定! 回上一頁