formData.get('itemsFormGroups') as FormArray; } // 移除FormArray裡面的某一個control remove(idx){ this.itemsFormGroups.removeAt(idx); // ^^^^^^^^^這 ...
確定! 回上一頁