Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created January 16, 2018 01:20
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/b5c1c39ca6a2ea67857ef22c857ee49b to your computer and use it in GitHub Desktop.
Save debugmodedotnet/b5c1c39ca6a2ea67857ef22c857ee49b to your computer and use it in GitHub Desktop.
ngOnInit() {
this.loginForm = new FormGroup({
email: new FormControl(null),
password: new FormControl(null),
age : new FormControl(null)
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment