components
components copied to clipboard
Component infrastructure and Material Design components for Angular
### Feature Description The same feature request was made in 2019 but was rejected #15733. Andrew Seguin did not explain why the Angular Material Team does not plan on supporting...
#### Bug: More than one mat-icon or mat-icon-button as prefix or suffix in a mat-form-field are displayed in columns when appearance is other than 'legacy'. #### What is the expected...
Fixes that the styles for the menu divider were at the top level which means that they'll also affect dividers outside of the menu. Fixes #29106.
### 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 I'm...
Preview: https://ng-dev-previews-comp--pr-angular-components-29636-dev-6fy759rh.web.app/theme Be sure to enable M3 and System Theme in the header
### 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? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was 18.1.5...
Reworks `cdk/overlay`, `cdk/text-field` and `material/ripple` so that they load their structural styles automatically. In the past this has been a source of a lot of bugs. BREAKING CHANGES: * The...
### Feature Description Currently `panelWidth` can be one of three: 1. Trigger width 2. Largest option width 3. Custom provided width in numbers What I am missing is - minimum...