components
components copied to clipboard
Component infrastructure and Material Design components for Angular
### 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...
Fixes #29669. This converts parts of the rendering pipeline to use signals which allows Angular to properly detect changes to the underlying data which may be caused by rendering new...
change color and remove the opacity of inactive track to pass 3:1 non text color contrast ratio. https://screenshot.googleplex.com/9xZQAkEaEjY2Ad4 BEFORE: foreground: #E1E3E13d background: #faf9fd ratio: 1.04:1 AFTER: foreground: #74777f background: #faf9fd...
…duce layout thrashing (where possible) There's still one set of measurements at startup. It might be possible to eliminate that along with some of the existing code with some additional...
Updates Angular Material Snack-Bar component snack-bar-container's aria-live value from AriaLivePoliteness value to default to assertive if there is no given value. This is to fix existing bugs where the snack-bar...
Hi all,   **Here is a little sample.** [https://stackblitz.com/angular/yvmnrxexppp?file=app%2Fcdk-drag-drop-connected-sorting-example.html](url) Since version 7.2.x (I noticed) there is the problem that the cursor (set in CSS) adapts to the underlying object...
### Is this a regression? - [X] Yes, this behavior used to work previously ### The previous version in which this bug was not present was Puppeteer 23.1.1 ### Description...
#### Feature Description Currently, `MatTabGroup` renders the tab content immediately below the list of tab labels: ``` [ Tab 1 ] [ Tab 2 ] [ Tab 3 ] -----------------------------...
### Feature Description Hello everyone, Accessibility is nowadays a very important topic and therefore I think it is essential to get as much work as possible done directly in the...
fix(material/badge): remove the console warning removes the console.warn when badge is used with aria hidden `mat-icon` fixes #27796 --- fix(material/badge): move inline description element to be next sibling move inline...