To reset your form after submitting, you can just simply invoke this.form.reset()
. By calling reset()
it will:
Please find this pull request for a detailed answer. FYI, this PR has already been merged to 2.0.0.
Hopefully this can be helpful and let me know if you have any other questions in regards to Angular2 Forms.