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

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

feature
P4
material spec
area: new

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

needs triage

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

P2
area: material/dialog

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.

P3
target: minor
preserve commits

### 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: theming

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

feature
needs triage

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

merge ready
caretaker note
target: patch

### 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/dialog

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

feature
P3
area: many

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

P3
area: material/autocomplete
area: material/chips