components
components copied to clipboard
Component infrastructure and Material Design components for Angular
#### Reproduction All material datepickers display weeks starting Sunday while I have Russia locale set up which demands Monday is the first day of week: Yes, I know I can...
#### Reproduction - https://stackblitz.com/edit/components-issue-table-flex-no-data-row Steps to reproduce: 1. Use `*matNoDataRow` in a flex `MatTable` #### Expected Behavior No Data Row is properly styled with a padding, like in the non-flex...
Fixes a two issues with nested drop containers. The first fixed issue is that the elements of cdkDropListConnectedTo previously had to be ordered correctly to support moving items into an...
#### Reproduction Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/platform-checker Steps to reproduce: 1. Use the Platform Module 2. Try to distinguish between iOS >= 12.4.1 and iPad OS > 13...
### 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...
### 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...
test to see switch behavior on mobile fixes b/286107916
### Documentation Feedback **Overview** This is a suggestion to, in the code example for the Overlay, change the name of the `#trigger` template reference variable to something that better communicates...
Fixes a bug in the Angular Material dialog component where dialog uses `surface` container-color instead of `surface-container-high` as per Material 3 guidelines. Fixes #30536