Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalez870 committed Mar 25, 2024
1 parent fed6fc5 commit f037348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ form = this.formBuilder.group({
});
```

3. Place the directive in the template along with [FormControlName](https://angular.io/api/forms/FormControlName)
3. Place the directive in the template along with [FormControlName](https://angular.io/api/forms/FormControlName) or
[FormControl](https://angular.io/api/forms/FormControl)

```html
<form [formGroup]="form">
Expand Down

0 comments on commit f037348

Please sign in to comment.