I am using Angular 4, Reactive forms.I want to show validation error message when the user clicks on Submit/Create Account button. Here is the HTML and typescript code that I a
Something like
onSubmit() { console.log(this.signupForm) this.signupForm.controls['firstname'].markAsTouched() }