ControlGroup control

Get the ControlGroup backing this binding.

Source

ControlGroup get control {
  return this.formDirective.getControlGroup(this);
}