Try removing the control that I am adding to the form
I tried this.*FormArray*.splice, but it does not compile. Statement that FormArray has no method splice. Then I tried removeAt(), but then when I ran the code, the error says removeAt is not a method. One compilation time fails, the next runtime fails.
I want to remove a control from an array of controls.
source
share