if you have created a FormGroup through FormBuilder then use errors property of respective FormControl or use 'errorMessage' property if you have created a FormGroup through RxFormBuilder.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
how would you display validation errors ?
if you have created a FormGroup through FormBuilder then use errors property of respective FormControl or use 'errorMessage' property if you have created a FormGroup through RxFormBuilder.