components
components copied to clipboard
Component infrastructure and Material Design components for Angular
The integration tests currently have remained on yarn v1. The infrastructure for the integration tests would need more complex changes to support the update. To minimize the areas of code...
We currently ship two strong focus indicator variants. This is a leftover from when we had two sets of components. These changes combine them into one and under the `mat-`...
### 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...
Fixes bug with Angular Components Dialog component on Mac whether using Chrome or Firefox the screenreader does not read the dialog name/title unless it is using an aria-label. Updates the...
Fixes Angular Components Chips component accessibility issue where the touch target is too small. Updates the chips' remove button ::after margin and padding styles to create a larger touch target...
If you put a table with expandable rows in a tab, then navigate away and navigate back, the table appears with all the rows expanded. On first opening of tab,...
### Is this a regression? - [ ] Yes, this behavior used to work in the previous version _I lean towards uncheck this checkbox even though it works in the...
#### Reproduction Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/chips-autocomplete-required-failure?file=app/chips-autocomplete-example.ts Steps to reproduce: 1. Fork the mat-chips autocomplete example from the Angular documentation 2. Move the form control to the mat-chip-list...
#### Feature Description This was [just added](https://material.io/components/navigation-rail/) to the official Material Design spec. Navigation rails provide ergonomic movement between primary destinations in apps. YouTube and Google Photos are a couple...
Hello, Since 18.2, `FlatTreeControl`, `MatTreeFlatDataSource` and `MatTreeFlattener` are deprecated, and I was relying on them to create a treegrid, as suggested by @andrewseguin in https://github.com/angular/components/issues/15187#issuecomment-463715842: > You should be able...