components
components copied to clipboard
Component infrastructure and Material Design components for Angular
#### Bug, feature request, or proposal: When a chip [1] is removed via keyboard, screen reader doesn't announce it [1] https://material.angular.io/components/chips/overview #### What is the expected behavior? When a chip...
#### What is the expected behavior? Setting "[selectable]=false" on a mat-chip-list causes the chip to not be selectable via either the mouse or keyboard. #### What is the current behavior?...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@angular/build-tooling](https://togithub.com/angular/dev-infra-private-build-tooling-builds) | devDependencies | digest | `3069be8` -> `65f8e00` | | [@angular/ng-dev](https://togithub.com/angular/dev-infra-private-ng-dev-builds) |...
Hydration was disabled for `mat-autocomplete`, `mat-menu` and `mat-select`, even though it currently seems to work. These changes enable it to allow for better initial performance.
### Feature Description ### Feature Description The CdkVirtualForOf Directive in the "@angular/cdk/scrolling" module does not implement the ng-template context guard, as it is done at the *ngFor Structual Directive in...
The drop list has some logic that prevents auto-scrolling when the container isn't scrollable. It didn't account for RTL which meant that, even though the rest of the logic works...
#### Bug, feature request, or proposal: Currently the parse and display format of a datepicker can only be set before runtime by providing them with ```provide: MAT_DATE_FORMATS, useValue: MY_DATE_FORMATS```. As...
Fixes that the sidenav was disabling hydration. This is problematic, because it essentially disables hydration for the entire app that is using the sidenav. The hydration errors had a couple...
### 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 16...
#### Please describe the feature you would like to request. Add cdkResize (along with cdkResizeHandle) to the CDK to allow resizing of elements such as divs or any other element....