components
components copied to clipboard
Component infrastructure and Material Design components for Angular
### 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...
Removes redundant or unused SCSS rules and improves formatting for better readability and maintainability.
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...
close #32146
Creates tree-rtl-active-descendant-example files and adds it to the dev-app to be available for A11y testing.
_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...
``` export type GridRowRole = 'row' | 'rowheader'; export type GridCellRole = 'gridcell' | 'columnheader'; export type GridFocusMode = 'roving' | 'activedescendant'; export type GridWrapStrategy = 'continuous' | 'loop' |...
### 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...
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).