Skip to content

Instantly share code, notes, and snippets.

@alexonozor
Last active September 1, 2017 13:15
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 alexonozor/a0a642efa7704bd5f097d6dea0f14f01 to your computer and use it in GitHub Desktop.
Save alexonozor/a0a642efa7704bd5f097d6dea0f14f01 to your computer and use it in GitHub Desktop.
const userForm = new FormGroup({
userName: new FormControl(''),
firstName: new FormControl(''),
lastName: new FormControl(''),
address: new FormGroup({
street: new FormControl(''),
city: new FormControl(''),
zipCode: new FormControl('')
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment