SyntaxFix
Write A Post
Hire A Developer
Questions
Angular Reactive Forms:
onCancel(): void { this.registrationForm.reset(); this.registrationForm.controls['name'].setErrors(null); this.registrationForm.controls['email'].setErrors(null); }