Skip to content

Instantly share code, notes, and snippets.

@alexonozor
Last active September 1, 2017 02:32
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/739489d9ff558702c5daddc567db852b to your computer and use it in GitHub Desktop.
Save alexonozor/739489d9ff558702c5daddc567db852b to your computer and use it in GitHub Desktop.
<form [formGroup]="userForm" novalidate>
<div class="form-group">
<label class="center-block">userName:
<input class="form-control" formControlName="userName">
</label>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment