components
components copied to clipboard
Component infrastructure and Material Design components for Angular
#### Bug, feature request, or proposal: Feature Request. #### What is the expected behavior? I expect `[displayWith]` to give me back the whole `object` so I can treat what property...
Hi, I would like to know about the following? 01. Drag and drop and re-order the material tab and group 02. Splitting the screen with material design [Ex: angular split](https://github.com/bertrandg/angular-split)...
The `mat-dialog-title` directive updates state in a microtask and should call `ChangeDetectorRef.markForCheck`. Failing to do this will cause the component tree to not be checked if it lives under an...
### 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 While building styles for elements that use transitions of elevations and other values, the elevation-transition get overridden or overwrites other transitions defined in the same component. This...
Removes :hover and .mat-focused opacity changes to .form-field-focus-overlay which was causing a low color contrast ratio between the text and form-field input background fill color.
By updating the "arbitrary-component" to `OnPush`, the following test fails: `MatSnackBar should set the old snack bar animation state to complete and the new snack bar animation`. The assertion that...
### Feature Description Sidenav and various other components should support Clientside Hydration. When I deliver the initial HTML from the server, the client should be able to hydrate my entire...
Observed a tiny but measurable improvement to the performance of creating and destroying matTooltips.
1) Uplevels repeated logic to the host CdkTable which does it once instead of n times. 2) Skips setting role=cell in native tables, for which it is already the default...