Skip to content

Instantly share code, notes, and snippets.

@stevermeister
Created June 27, 2017 14:30
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 stevermeister/11e44590851ee2e364b8dc66ac3fdc8a to your computer and use it in GitHub Desktop.
Save stevermeister/11e44590851ee2e364b8dc66ac3fdc8a to your computer and use it in GitHub Desktop.
name: FormGroup = new FormGroup({
  first:new FormControl('Alice'),
  last:new FormControl('Brown'),
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment