Skip to content

Instantly share code, notes, and snippets.

@alexonozor
Created September 1, 2017 02:19
Show Gist options
  • Select an option

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

Select an option

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