components
components copied to clipboard
Component infrastructure and Material Design components for Angular
### 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...
#### 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...
#### 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...
### 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...
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`...
### 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...
### 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,...
#### 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...
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`