components icon indicating copy to clipboard operation
components copied to clipboard

Component infrastructure and Material Design components for Angular

Results 1047 components issues
Sort by recently updated
recently updated
newest added

#### 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...

feature
P3
needs: discussion
area: material/autocomplete

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)...

feature
P3
needs: discussion
new component
area: cdk/drag-drop

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...

merge: caretaker note
target: patch
area: material/dialog

### 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...

P5
need a11y consult
area: material/button

#### 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...

feature
P4
area: material/core

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.

dev-app preview

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...

action: merge
target: minor
area: material/snack-bar

### 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...

feature
P2
area: material/sidenav

Observed a tiny but measurable improvement to the performance of creating and destroying matTooltips.

G

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...

G