Skip to content

Instantly share code, notes, and snippets.

@ajayojha
Last active April 5, 2020 18:04
Show Gist options
  • Save ajayojha/54fb69f3892f17e706cd6ff71975b2bf to your computer and use it in GitHub Desktop.
Save ajayojha/54fb69f3892f17e706cd6ff71975b2bf to your computer and use it in GitHub Desktop.
<input type="text" id="userName" class="form-control" name="userName"
v-model="userFormGroup.props.userName" />
<small class="form-text text-danger">{{userFormGroup.controls.userName.errorMessage}}</small>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment