Skip to content

Instantly share code, notes, and snippets.

@goughjo02
Created February 25, 2019 14:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save goughjo02/4080e4d27757917ca5c131f37b07e463 to your computer and use it in GitHub Desktop.
<!-- child-form-component.html -->
<form [formGroup]="form">
<label>
First Name:
<input type="text" formControlName="name" />
</label>
<label>
Last Name:
<input type="number" formControlName="age" />
</label>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment