setControl('secretLairs', control); } setRooms(x) { let arr = new FormArray([]) x.rooms.forEach(y => { arr.push(this.fb.group({ type: y.type })) }) return ...
確定! 回上一頁