I have some simple angular 2 component with template. How to clear form and all fields after submit?. I can\'t reload page. After set data with date.setValue(\'\')>
date.setValue(\'\')>
As of Angular2 RC5, myFormGroup.reset() seems to do the trick.
myFormGroup.reset()