Commit 03c033f
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.
(cherry picked from commit 4414b04)1 parent 461d76c commit 03c033f
File tree
2 files changed
+2
-2
lines changed- src/material/tabs
- tools/public_api_guard/material
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
| 423 | + | |
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
0 commit comments