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

…over to prevent excessive handler rendering This PR improves the user experience and performance of the `cdk-experimental` column resize feature by adding a `debounceTime` operator to the `headerCellHoveredDistinct` observable. Previously,...

area: performance

This PR is used to preview the demo.

dev-app preview
detected: feature

Updates Angular Material Chips component so that when mat-mdc-chip-action is focused on a border appears around either the text of the chip or the action icon, whichever is being focused....

area: material/chips
dev-app preview

This fixes the perceived flickering due to the transform sometimes becoming visible with zoneless due to the macrotask-based scheduler. The transform cannot be simply moved inside `afterNextRender` because it causes...

target: patch
area: cdk/scrolling

tick is not called by schedulers anymore (they use an internal _tick)

action: merge
target: patch
area: cdk/scrolling

Updates Angular Components Material Stepper to use general aria roles like group, region, button as opposed to tab, tablist, tabpanel as this doesn't serve the vertical stepper correctly. [Before screenshot](https://screenshot.googleplex.com/BHZLDyh9SFTu3xB)...

area: material/stepper

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

needs triage

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

area: build & ci
action: cleanup

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lighthouse](https://redirect.github.com/GoogleChrome/lighthouse) | devDependencies | major | [`~11.7.0` -> `~12.6.0`](https://renovatebot.com/diffs/npm/lighthouse/11.7.1/12.6.0) | --- ### Release...

action: merge
area: build & ci

### Feature Description As google is developing the all new material 3 expressive https://m3.material.io/blog/building-with-m3-expressive, is there any plans for angular material to use material 3 expressive, will it be a...

feature
needs: discussion
P4