components
components copied to clipboard
Component infrastructure and Material Design components for Angular
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...
### 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...
Hello, Is that possible to display weeknumber in datepicker like we have in google calendar?  Regards,
#### 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...
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...
### 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...
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...
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...