Skip to content

Instantly share code, notes, and snippets.

@NetanelBasal
Created May 17, 2022 07:42
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 NetanelBasal/89cf979a0134360f0453d475a66b2b5a to your computer and use it in GitHub Desktop.
Save NetanelBasal/89cf979a0134360f0453d475a66b2b5a to your computer and use it in GitHub Desktop.
const profileForm = new FormGroup({
firstName: new UntypedFormControl(''),
lastName: new UntypedFormControl(''),
address: new UntypedFormGroup({
street: new UntypedFormControl(''),
city: new UntypedFormControl('')
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment