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");
|
||||
form.get('is-awesome')?.setValue("checked");
|
||||
---
|
||||
|
||||
<!-- the formGroups attribute takes an array of FormGroup-->
|
||||
<Form formGroups={[form]} />
|
||||
|
||||
```
|
||||
|
||||
# Screenshots
|
||||
|
|
Loading…
Reference in a new issue