-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(FormField): signal forms support #32072
Copy link
Copy link
Closed
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundarea: material/form-fieldfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesformsThis issue is related to Angular Forms integrationThis issue is related to Angular Forms integrationforms: signals
Description
Activity
Metadata
Metadata
Assignees
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundarea: material/form-fieldfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesformsThis issue is related to Angular Forms integrationThis issue is related to Angular Forms integrationforms: signals
Feature Description
The first (experimental) version of Signal Forms will land in Angular 21.
This is awesome news, because with Signal Forms, forms finally become fully reactive, functional and composable.
I would like to be able to use Signal Forms with Angular Material.
For an outsider, it is impossible to see whether Angular Material support for Signal Forms:
Use Case
As a developer, I love the improvements that Signal Forms will bring to our code base.
I am really looking forward to using them in tandem with Angular Material.