This is the correct way to remove from a FormArray. Don't use formArray.controls[i].splice - that will remove the control from the array but the ...
確定! 回上一頁