Skip to content

Commit e572fc3

Browse files
author
Kuldeep Saxena
authored
Update README.md
1 parent 472620e commit e572fc3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/api/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
## [Field](Field.md)
44
A subscription based higher order component which connects a control with react component.
55

6+
## [FieldControl](FieldControl.md)
7+
A subscription based higher order component which connects an instance of [FormControl](FormControl.md) with react component.
8+
9+
## [FieldGroup](FieldGroup.md)
10+
A subscription based higher order component which connects an instance of [FormGroup](FormGroup.md) with react component.
11+
12+
## [FieldArray](FieldArray.md)
13+
A subscription based higher order component which connects an instance of [FormArray](FormArray.md) with react component.
14+
615
## [Abstract Control](AbstractControl.md)
716
Base class for [FormControl](FormControl.md), [FormGroup](FormGroup.md), and [FormArray](FormArray.md).
817

0 commit comments

Comments
 (0)