components icon indicating copy to clipboard operation
components copied to clipboard

Component infrastructure and Material Design components for Angular

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

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

P4
area: material/select

Removes redundant or unused SCSS rules and improves formatting for better readability and maintainability.

area: docs
action: review
docs: preview

This PR refactors the stylesheet discovery logic within the CDK schematics to centralize and simplify how .css and .scss files are located. It removes a previous TODO by introducing a...

area: cdk/schematics
dev-app preview
action: review
docs: preview

close #32146

area: material/button
dev-app preview
action: review
docs: preview

Creates tree-rtl-active-descendant-example files and adds it to the dev-app to be available for A11y testing.

dev-app preview
detected: feature

_EDIT: Removed the regression questions, it's not a regression_ ### Description A project I work with uses a component library based on https://lit.dev with `CUSTOM_ELEMENTS_SCHEMA`. They sometimes have regular, tabbable...

P3
area: cdk/a11y

``` export type GridRowRole = 'row' | 'rowheader'; export type GridCellRole = 'gridcell' | 'columnheader'; export type GridFocusMode = 'roving' | 'activedescendant'; export type GridWrapStrategy = 'continuous' | 'loop' |...

target: rc

### Documentation Feedback In v18, we had https://v18.material.angular.io/guide/elevation that documented in depth what is, and how to use, elevations in Material. Since 5753ce24a3e3bf743a9fc9f471eff46b85a7817b, and v19.1 that content is declared to...

P3
docs
area: material/core

Creates and adds aria tree nav rtl example to dev-app. Reliant on keyboard functionality proposed in [PR #32305](https://github.com/angular/components/pull/32305).

action: merge
target: rc
dev-app preview