Skip to content

Commit 88f8af0

Browse files
authored
Merge pull request #90 from AhmedGMurtaza/FormGroup-fix
Update README.md
2 parents d54ccf4 + 95d028e commit 88f8af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4373,7 +4373,7 @@
43734373
}
43744374
```
43754375
```html
4376-
<form [formControlName]="orderForm" (ngSubmit)="onSubmit()">
4376+
<form [formGroup]="orderForm" (ngSubmit)="onSubmit()">
43774377
43784378
<label>
43794379
First Name:

0 commit comments

Comments
 (0)