Skip to content

Instantly share code, notes, and snippets.

@alexonozor
Created September 1, 2017 01:50
Show Gist options
  • Select an option

  • Save alexonozor/795f91843539ae566bd0d110c1d89a61 to your computer and use it in GitHub Desktop.

Select an option

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