Skip to content

Instantly share code, notes, and snippets.

@alexonozor
Last active September 1, 2017 13:56
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/0de48998316fac5024cfdfca8b84ad44 to your computer and use it in GitHub Desktop.
Save alexonozor/0de48998316fac5024cfdfca8b84ad44 to your computer and use it in GitHub Desktop.
<div formGroupName="address" class="well well-lg">
<div class="form-group">
<label class="center-block">Street:
<input class="form-control" formControlName="street">
</label>
</div>
<div class="form-group">
<label class="center-block">City:
<input class="form-control" formControlName="city">
</label>
</div>
<div class="form-group">
<label class="center-block">Zip Code:
<input class="form-control" formControlName="zip">
</label>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment