components icon indicating copy to clipboard operation
components copied to clipboard

Component infrastructure and Material Design components for Angular

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

#### Bug, feature request, or proposal: Proposal #### What is the expected behavior? Optionally allow the consumer define if it wants to auto-advance an step when it completes (by using...

feature
help wanted
P4
good first issue
area: cdk/stepper
area: material/stepper

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

P4
area: material/bottom-sheet

### Feature Description This is related to this request. https://github.com/angular/components/issues/27362 The request is for theme color variables that can be accessed at Runtime. Something like: ``` p { color: var(--mat-primary-default);...

feature
P4
area: theming

### Documentation Feedback Since theming angular material is proving very hard since the first version i suggest you create styling guides for each component. I know its a lot of...

docs
P4
area: material.angular.io

### Feature Description Currently, when closing a dialog, the corresponding overlay is immediately disposed (L106): https://github.com/angular/components/blob/e3eef47f80a7c1dda4b538128fed7f530f7cdff1/src/cdk/dialog/dialog-ref.ts#L99-L113 And when disposing an overlay, the host `` element of the overlay is immediately...

feature
needs triage

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

P4
area: material/menu

Fixes a bug in the Angular Material `chips` component where the autocomplete input has both the selected and the suggested values added. The input should only take the suggested value...

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

Fixes that the `$spring-green-palette` wasn't being exported. Fixes #28924.

target: major