Description
Form controls are not being removed from form when i try to remove them dynamically
Minimal Reproduction
Navigate to the below stackblitz link
- click on add field, you will see the added controls in UI.
- now remove some of them.
- you will still see the controls in the form, which is not expected i feel. as soon as i remove and trigger build option, it should get removed from the control.
https://stackblitz.com/edit/angular-9udlh5-1nswgg4l?file=package.json
You can see in image, that the controls are not removed even if there are no fields in the UI.