components
components copied to clipboard
Component infrastructure and Material Design components for Angular
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...
mat-select - need Check All & Uncheck All options (Select All & Deselect All) for multiple selection
#### 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...
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...
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...