Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created March 26, 2018 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debugmodedotnet/07501d4b08afaa8c99e9dd4ddbe9d9d4 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/07501d4b08afaa8c99e9dd4ddbe9d9d4 to your computer and use it in GitHub Desktop.
this.loginForm = this.fb.group({
email: [null, Validators.required],
password: [null, [Validators.required, Validators.maxLength(8)]],
phonenumber: [null],
notification: ['email']
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment