angular 2 on from submit error self.context.onSubmit is not a function
问题 I am using 2.0.0-rc.6 in my angular 2 application. on form submit I am getting this error - self.context.onSubmit is not a function also it is appending form values in browser. http://localhost:3000/register on submit the page reloading and url become like this. http://localhost:3000/register?firstName=vcvvc&lastName=vcv&userName=cvv&password=vcv&password=vcv the codes are form <form class="ui form" (ngSubmit)="onSubmit()" #registrationForm="ngForm"> ---- ---- <button type="submit" class="ui