Skip to content

Commit 4ce7c6b

Browse files
author
Kuldeep Saxena
authored
Update FormGroup.md
1 parent a951591 commit 4ce7c6b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/api/FormGroup.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ controls: {
6767
```
6868
##
6969
```ts
70-
submitted: boolean
71-
```
72-
A form is submitted if the `handleSubmit` function has been called on it.
73-
##
74-
```ts
7570
registerControl(name: string, control: AbstractControl): AbstractControl
7671
```
7772
Registers a control with the group's list of controls.

0 commit comments

Comments
 (0)