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

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

P3
area: material/slider

### Feature Description When I use MatIconRegistry, and I add an "iconSet" using "addSvgIconSet", I don't see any way of subscribing to what's internally doing: loading file -> generating an...

feature
P4
area: material/icon

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

P3
area: material/datepicker

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

P3
regression
area: material/table

### Feature Description In the current cdk Table implementation we can only have on `` with a `matRowDef`. This will generate a TBODY element with the TR's inside. That works...

feature
P3
area: cdk/table

Many components generate element IDs, which are used primarily for accessible labeling. The IDs all use an incrementing number concatenated with some stirng specific to that component. This change add...

target: minor
merge: preserve commits
detected: feature

#### Reproduction Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/angular-5rmvpq Steps to reproduce: 1. Click in the input field to open the autocomplete 2. On the keyboard click many times on...

P3
area: cdk/scrolling
area: material/autocomplete

Added details about matNativeControl and matInput on the documentation at https://material.angular.io/components/input/overview Fixes [#28501](https://github.com/angular/components/issues/28501)

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

P3
area: material/chips

Add support for automatically re-rendering the list when the viewport or content size changes such that not enough content is rendered. We should also expose a public method to allow...

feature
P3
area: cdk/scrolling