Form Controls

  • ngControl binds a DOM element to a FormControl
  • FormControl is responsible for tracking value and validation status of a single form element
  • You can group FormControls together with FormGroup
  • ngForm binds an HTML form to a top-level FormGroup
  • We can create a local variable to reference the ngForm instance of a form
  • ngModelGroup creates and binds a FormGroup instance to a DOM element