Basic Form Example updates
Open
enhancement
low priority
small
- Dominant language
- TypeScript
- Stars
- 92
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
**Enhancement**
As noticed on a users recent tutorial on forms
- The most basic form example uses a `Partial` on the form fields, they are all already optional and thus the `Partial` is not required (this may be the case on other form examples too)
- We should simplify the most basic form example and remove use of `FormGroup` / `FormField` etc to make it as barebones as possible
Contributor guide
Assessment
This issue has not been assessed yet.