docs: update readme example
This commit is contained in:
parent
63868e4587
commit
56806e8225
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ const userNameControl = form.get("username");
|
||||||
userNameControl?.setValue("RAMOOOON");
|
userNameControl?.setValue("RAMOOOON");
|
||||||
form.get('is-awesome')?.setValue("checked");
|
form.get('is-awesome')?.setValue("checked");
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- the formGroups attribute takes an array of FormGroup-->
|
||||||
|
<Form formGroups={[form]} />
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
|
|
Loading…
Reference in a new issue