components
components copied to clipboard
Component infrastructure and Material Design components for Angular
### Feature Description Google just published [Material Symbols](https://material.io/blog/introducing-symbols), a fresher version of material icons that's also packaged within a variable font, giving us designers & developers more fine-grained control over...
#### Bug, feature request, or proposal Feature request #### What is the expected behavior? Select multiple cdkDrag elements e.g with a checkbox and drag them to a cdk-drop container. ####...
### Documentation Feedback Actualize "What we're working on now" section in README file. At present it is for Q4 2021.  ### Affected documentation page https://github.com/angular/components/blob/main/README.md
### Documentation Feedback There seems to be a mismatch between the name of a color palette in sections https://material.angular.io/guide/theming#using-a-pre-built-theme and https://material.angular.io/guide/theming#multiple-themes-in-one-file. In the first section, the name `bluegrey` is used...
### 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...
### 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...
### Feature Description I have a situation and I would like to know if there is a way to do it or something that supports it. Today I use mat-tab...
### Feature Description Add a new property named `count` or `selectionCount` to SelectionModel that returns the number of selected items. At the same time a `countChanged` event can be added....
#### What is the expected behavior? ".mat-chip-list-wrapper" should not catch click event #### What is the current behavior? When you click outside of the chips in the ".mat-chip-list-wrapper" container that...
### What are you trying to do? I setup the drag drop functionality for angular cdk and everything works fine functionality wise. But it throws this error `Unable to preventDefault...