1 min readNov 24, 2019
There’s a reset() method on the FormGroup. However, I believe there is currently an issue with that method in the Angular codebase. If that method doesn’t work you can always reset the form by passing in a new object like FormGroup({ myControl: “ “}).
And this can all be handled in the service to abstract that power away from the component.