Closed
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
components/src/material/_index.scss
Lines 145 to 148 in 956b86f
The function typography-config-level-from-mdc
is undefined in mdc-helpers
. In fact, we can find the function here.
components/src/material/core/typography/_definition.scss
Lines 216 to 217 in 956b86f
Reproduction
StackBlitz link:
Steps to reproduce:
1.
2.
Expected Behavior
Expose the function private-typography-config-level-from-mdc
.
Actual Behavior
The function private-typography-config-level-from-mdc
is undefined.
Environment
- Angular: 17.0.7
- CDK/Material: 17.0.4
- Browser(s): Chrome latest
- Operating System (e.g. Windows, macOS, Ubuntu): macOS