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(\'\')>
Hm, now (23 Jan 2017 with angular 2.4.3) I made it work like this:
newHero() { return this.model = new Hero(42, 'APPLIED VALUE', ''); } New Hero