angular - Angular2 Email Validator not working -


 email: [                 this.myservice.getuser().info.email,                 validators.compose([                     validators.pattern("[a-za-z @]*"),                     validators.required                 ])             ] 

above email validator , somehow not recognizing when type at-sign in text-field.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -