Relative Content

Tag Archive for angularregex

Email validation pattern not working properly in angular fo

I am using email validation in my angular form and it is working fine for most of the cases. But if i enter email address in form “test@test” it shows red outline around the email but doesn’t show error message. When i enter email in the form test@test. , it shows red outline along with error message which is exactly i want. Please help me out is there something wrong with the pattern or something else.
I need to show error message when i enter email in the form test@test