We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92eeebf commit 0783feeCopy full SHA for 0783fee
docs/api/FormGroup.md
@@ -69,7 +69,7 @@ controls: {
69
```ts
70
submitted: boolean
71
```
72
-A form is submitted if the `handleSubmit` event has been triggered on it.
+A form is submitted if the `handleSubmit` function has been called on it.
73
##
74
75
registerControl(name: string, control: AbstractControl): AbstractControl
0 commit comments