Created
September 1, 2017 14:17
-
-
Save alexonozor/f73fa2bbfac2b2fd3f035d8c3a34ddc6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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