Form • Angular

Add a control to this form.

@paramdirNgControl

The control directive to add to the form.

@returnsvoid

Remove a control from this form.

@paramdirNgControl

: The control directive to remove from the form.

@returnsvoid

The control directive from which to get the FormControl.

Add a group of controls to this form.

@returnsvoid

Remove a group of controls to this form.

@returnsvoid

Update the model for a particular control with a new value.

@paramdirNgControl

: The control directive to update.

@paramvalueany

: The new value for the control.

@returnsvoid