In an Angular reactive form. How to reset only the state of form after successful submit?
Here is the process:
That's pretty much easy:
this.form.markAsPristine(); this.form.markAsUntouched();
This resets the form metadata and the form is pristine again