components icon indicating copy to clipboard operation
components copied to clipboard

Component infrastructure and Material Design components for Angular

Results 743 components issues
Sort by recently updated
recently updated
newest added

Fixes the bug in the Angular Material 'slider' component. Changed the function in the calculation from .floor to .round Due to floating-point precision in JavaScript. (1 - 0.9) / 0.1...

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

P3
area: material/slider

### Feature Description The ability to generate theme based on a seed color at runtime instead of compile time. ### Use Case This is very common in native android apps...

P2
docs

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

needs triage

Fixed an issue to where leaf nodes were wrongly being assigned the aria-expanded attribute, which could confuse screen reader users. https://screencast.googleplex.com/cast/NjMzNDkwNjM4MzcyODY0MHxkMTY5ZTdkNC05Mw Fixes #21922

### Feature Description Currently, Angular Material's MatDialog and CDK's Dialog components use `MAT_DIALOG_DATA` for passing data. This feature proposes to allow the usage of @Input for data sharing instead. ###...

feature
needs: clarification

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

P4
area: material/form-field

### 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: cdk/listbox

### Which @angular/* package(s) are relevant/related to the feature request? @angular/material/bottom-sheet ### Description Consider this service: ``` .... @Injectable({ providedIn: 'root', }) export class MyBottomSheetService { private bottomSheet = inject(MatBottomSheet);...

P4
area: material/bottom-sheet