Skip to content

Latest commit

 

History

History

api

API

A subscription based higher order component which connects a control with react component.

A subscription based higher order component which connects an instance of FormControl with react component.

A subscription based higher order component which connects an instance of FormGroup with react component.

A subscription based higher order component which connects an instance of FormArray with react component.

Base class for FormControl, FormGroup, and FormArray.

Options to configure your Controls.

Tracks the value and validation status of an individual form control.

Tracks the value and validity state of a group of FormControl instances.

Tracks the value and validity state of an array of FormControl, FormGroup or FormArray instances.

Creates an AbstractControl from a user-specified configuration.

Provides a set of validators used by form controls.