components icon indicating copy to clipboard operation
components copied to clipboard

Component infrastructure and Material Design components for Angular

Results 966 components issues
Sort by recently updated
recently updated
newest added
trafficstars

### Documentation Feedback Investigating why some of my app's Angular Material components look different from those in the docs led to the observation that some of the styles from the...

docs
needs triage

#### Bug, feature request, or proposal: Bug #### What is the expected behavior? Hovering an element with a `matTooltip` should not trigger change detection on this element if it is...

P3
area: material/tooltip

#### Bug, feature request, or proposal: Bug #### What is the expected behavior? Sorting the mat-table should not affect the expansion of the rows. The behavior should act as in...

P4
area: material/table

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

P3
area: material/card
area: material/tabs

Along the same lines as #15368. Clears the `name` from the host node of the radio button and radio group, because they end up being forwarded to the underlying `input`...

merge ready
target: patch

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

needs triage

### Feature Description #4398 introduced a generic type argument for `MatDialogConfig`. This type argument is forwarded in `open`. However, the type is never tied in anyway to the actual component,...

feature
P3
needs discussion
area: material/dialog

#### Reproduction https://stackblitz.com/edit/angular-5x8mff Steps to reproduce: 1. set `cdkTextareaAutosize` to false #### Expected Behavior When passing a false value to `cdkTextareaAutosize` I would expect to be rendered as a simple...

P3
has pr
area: material/input

Lets the user choose what color will be the default instead of 'primary' via mixinColor ✅ Tests adapted ✅ No breaking change: I keep the same default color `primary`

target: major
area: docs
detected: feature