Angular 2 rerender Form

Viewed 2128

If I delete a form control from my form I have the problem that the form always is invalid.

But if I delete a char from another input field and add the same char again (in order to create a change event) the form is valid as it has to be.

How can I refresh the form after the deletion of the form control?

Many Thanks

1 Answers
Related