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

Uses flexbox to align the tickmarks with the thumbs Fixes #29409.

### Documentation Feedback There exists seemingly two ways to implement MDC (or MAT) tokens in scss. The first way is by directly using the variables. Such as this. ```scss mat-toolbar...

docs
P4
area: theming

### Documentation Feedback The current documentation does not provide sufficient documentation for how to change the shadow colour (possibly more relevant with dark themes). I have found the [original commits...

docs
P4
area: theming

Hello, Is that possible to display weeknumber in datepicker like we have in google calendar? ![image](https://user-images.githubusercontent.com/898114/92723631-a09d4b00-f369-11ea-8cc0-8cc765b061fb.png) Regards,

feature
P3
area: material/datepicker

#### Bug, feature request, or proposal: this is a feature request #### What is the expected behavior? i want to keep autocomplete panel open when click outside the panel without...

feature
P4
area: material/autocomplete

Description: I am submitting a feature request to add a simple [disable] property to a mat-step. This would allow you to pass in a boolean that's maintained in your component...

feature
P3
area: cdk/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...

P2

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

Currently the CDK tree handle any keyboard event coming from a descendant. This problematic if there are interactive elements like inputs inside the tree, because their default behavior will be...

target: patch

feat(cdk/menu): not to close on outside click this commit adds new input in menu trigger which allows users to disable closing menu on outside clicks --- feat(cdk/menu): add output event...

needs: discussion
detected: feature