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

issue from : https://github.com/angular/components/issues/31014 adding new feature for stay button pressed state when menu is opened. I added a variable called _pressedWhileOpen default false, the setter will detect if it...

### 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/scrolling

#### Bug, feature request, or proposal: Request: Need options for **Check All** and **Uncheck All** for multiple selection. #### What is the expected behavior? We can have 2 options at...

feature
P5
area: material/select

With Angular v9, we removed direct gesture handling in Angular Material. We did this for a number of reasons, including: * Drop dependency on mostly unmaintained HammerJS * Give people...

feature
P3
docs
area: material.angular.io

Adds "system" key to the theme config's background and foreground palettes, such as "surface" and "on-surface". E.g. here's bottom sheet's M2 token before/after: ``` // Before: @function get-color-tokens($theme) { @return...

#### What is the expected behavior? In mobile, clicking anywhere on the parent navigation mat-menu should only execute the sub menu. Then click on the submenu, with a routerLink, to...

P3
area: material/menu