Skip to content

Instantly share code, notes, and snippets.

@alexonozor
Last active September 1, 2017 02:32
Show Gist options
  • Select an option

  • Save alexonozor/739489d9ff558702c5daddc567db852b to your computer and use it in GitHub Desktop.

Select an option

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