components
components copied to clipboard
Component infrastructure and Material Design components for Angular
**Fix Text Overflow in Value Indicator Container** Fixes #28599 Before: After:
### Is this a regression? - [x] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was v14...
### Documentation Feedback Material 2 docs were pretty clear about how to customise typography. ``` @use '@angular/material' as mat; $my-custom-level: mat.m2-define-typography-level( $font-family: Roboto, $font-weight: 400, $font-size: 1rem, $line-height: 1, $letter-spacing:...
Currently, the step icon M2 theming does not work correctly. The foreground color uses the contrast color of the primary color, but this does not necessarily provide enough contrast to...
#### Bug, feature request, or proposal: `cdkVirtualScroll` does not work properly with `matAccordion` and `matExpansionPanel`. The accordion does not respect the expansion state of individual expansion panels as you scroll....
### 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...
### 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...
#### Bug, feature request, or proposal: feature request #### What is the expected behavior? An ability to present modal dialogs fullscreen. #### What is the current behavior? Can't present modal...
#### Reproduction matTooltip is only able to apply aria-describedby to its host element. This is not optimal for host elements that have no aria-label or text contents. #### Expected Behavior...