components
components copied to clipboard
Component infrastructure and Material Design components for Angular
#### Bug, feature request, or proposal: Feature request #### What is the use-case or motivation for changing an existing behavior? Material spec has been updated to add a [Banner component](https://material.io/design/components/banners.html),...
### 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...
### 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...
Adds the `closePredicate` config option to the CDK and Material dialogs that allows developers to programmatically determine whether the user is allowed to close a 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...
### Feature Description Angular Material(UI) too big for desktop browser for me. Does it support density like MDC density? If so, could you provide some examples? thx ### Use Case...
This PR fixes the problem when mat-tooltip-hide triggers the animation of tooltip that has not been shown yet. Fixes #24614 Caretaker note: Integration test is failing because selenium wants to...
### 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...
#### Bug, feature request, or proposal: #### What is the expected behavior? Buttons, sidenav, selects, input fields, etc. should function normally when ngZone: 'noop' is specified. #### What is the...
#### Reproduction This example is copied directly from the official "Chips Autocomplete" example ([https://material.angular.io/components/chips/examples]). I have just stripped some of the unnecessary bits for a minimal example. The example shows...