components
components copied to clipboard
Component infrastructure and Material Design components for Angular
cdk-virtual-scroll: newly-rendered list items seem to inherit internal state from the _templateCache
#### What is the expected behavior? New components rendered by `CdkVirtualForOf` are pristine by default. #### What is the current behavior? New components created by `CdkVirtualForOf` within the `` inherit...
Fixes #30279 Note: this only affects icon buttons that have the `mat-unthemed` class. 
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chalk](https://redirect.github.com/chalk/chalk) | devDependencies | major | [`^4.1.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/chalk/4.1.2/5.4.1) | --- ### Release...
fixes when `MatRadioGroup` is set to be required it was setting all of its `MatRadioButton` to be required as-well which is confusing for assistive technologies, this commit ensures we only...
### Feature Description My problem is that I still can't understand how `@angular/material:theme-color` works. In the terminal, I need to provide colors for primary, secondary, and tertiary. For each one,...
Currently, when any sibling menu is opened then it overlaps and in cases it freezes and makes the screen unresponsive. This fix will close any sibling menu if its open....
Adds a new input for `MatAutocomplete`: `revertValueTo`. This input works with `requireSelection` and allows the developer to provide a value that should be reverted to _instead_ of `null`. One use...
### Feature Description Are there any plans to introduce support for CSS Cascade Layers? References: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Cascade_layers https://caniuse.com/css-cascade-layers https://www.smashingmagazine.com/2022/01/introduction-css-cascade-layers/ ### Use Case To meet the demands of our customers, our team...
Updates Angular Components Button component specifically for .mat-icon buttons to add a min-height of min-content to avoid the icon from being cut off on the bottom when text-spacing is applied....
### 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 18.1.5...