-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Proposal to make MatOption (its value) typed #19456
Copy link
Copy link
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/corefeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/corefeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature Description
Make
MatOptionclass typedUse Case
When using
MatOptionthe value is typedany, would be great if it would be possible to makeMatOptiontype specific, could by default be falling back toany:Proposed solution:
Could provide a PR if that is preferred.