You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(material/tabs): fix contentTabIndex input type (#23413)
MatTabGroup's property `contentTabIndex` specifies its type as `number |
null`. However, the `ngAcceptInputType` is specified as `BooleanInput`.
Fixes the input type to be `NumberInput` to align with property type.
0 commit comments