Skip to content

Instantly share code, notes, and snippets.

@alexzuza
Last active October 14, 2017 17:26
Show Gist options
  • Save alexzuza/d56b4751751d619999dae73e3d4faf76 to your computer and use it in GitHub Desktop.
Save alexzuza/d56b4751751d619999dae73e3d4faf76 to your computer and use it in GitHub Desktop.
<form #myForm="ngForm">
<div>
<label>Firstname:</label>
<input type="text" name="firstName" ngModel>
</div>
<div>
<label>Lastname:</label>
<input type="text" name="lastName" ngModel>
</div>
</form>
<pre>{{ myForm.value | json }}</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment