Skip to content

Instantly share code, notes, and snippets.

@alexonozor
Created September 1, 2017 02:19
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/e7f62fd1659d86a919f04668f30815c7 to your computer and use it in GitHub Desktop.
Save alexonozor/e7f62fd1659d86a919f04668f30815c7 to your computer and use it in GitHub Desktop.
import { FormControl, FormGroup } from '@angular/forms'; // notice we also import FormGroup
export class UsersComponent {
userForm = new FormGroup ({
userName: new FormControl()
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment