Skip to content

Commit

Permalink
Merge pull request #90 from AhmedGMurtaza/FormGroup-fix
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sudheerj authored Aug 3, 2024
2 parents d54ccf4 + 95d028e commit 88f8af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4373,7 +4373,7 @@
}
```
```html
<form [formControlName]="orderForm" (ngSubmit)="onSubmit()">
<form [formGroup]="orderForm" (ngSubmit)="onSubmit()">

<label>
First Name:
Expand Down

0 comments on commit 88f8af0

Please sign in to comment.