Skip to content

Commit 95d028e

Browse files
Update README.md
replaced formcontrolname with formgroup property
1 parent d54ccf4 commit 95d028e

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)