Skip to content

Instantly share code, notes, and snippets.

@alexonozor
Created September 1, 2017 01:50
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/795f91843539ae566bd0d110c1d89a61 to your computer and use it in GitHub Desktop.
Save alexonozor/795f91843539ae566bd0d110c1d89a61 to your computer and use it in GitHub Desktop.
import { FormControl } from ‘@angular/forms’;
export class UserComponent { 
userName = new FormControl(); 
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment