I have an issue with Validators.pattern with a following regex:
/^[_a-z0-9]+([_a-z0-9]+)*@[a-z0-9-]+([a-z0-9-]+)*([a-z]{2,4})$/
which should verify email address. You can check out the plnkr. If you delete Validators.pattern(..), the form will work.
Any ideas?