components icon indicating copy to clipboard operation
components copied to clipboard

Component infrastructure and Material Design components for Angular

Results 966 components issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

area: build & ci

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-`...

target: major

### 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...

P2
area: material/chips

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...

dev-app preview

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,...

P3
area: material/expansion
area: material/tabs

### 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...

needs triage

#### 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
P3
area: material/autocomplete
area: material/chips

#### 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...

feature
P5
needs: discussion
area: material/sidenav

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...