Skip to content

Commit db3a1f7

Browse files
author
Kuldeep Saxena
authored
Update FormArray.md
1 parent b8ed3fe commit db3a1f7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/api/FormArray.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ controls: AbstractControl[]
5959
```
6060
##
6161
```ts
62-
submitted: boolean
63-
```
64-
A form is submitted if the `handleSubmit` function has been called on it.
65-
##
66-
```ts
6762
at(index: number): AbstractControl
6863
```
6964
Get the [AbstractControl](AbstractControl.md) at the given index in the array.

0 commit comments

Comments
 (0)