Skip to content

Instantly share code, notes, and snippets.

@alexonozor
Created September 1, 2017 14:17
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/f73fa2bbfac2b2fd3f035d8c3a34ddc6 to your computer and use it in GitHub Desktop.
Save alexonozor/f73fa2bbfac2b2fd3f035d8c3a34ddc6 to your computer and use it in GitHub Desktop.
<p>UserName value: {{ userForm.get('userName').value }}</p>
//Get the street of the nested address
<p>Street value: {{ userForm.get('address.street').value}}</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment