components
components copied to clipboard
Component infrastructure and Material Design components for Angular
## Feature Description ### Current Behaviour The directive `CdkMenu` is used with combination of `CdkContextMenuTriggerFor`. When user right-clicks (context-menu event), the menu gets opened and clicking on outside of the...
### Documentation Feedback A table of contents on the "Theming Angular Material" page misses the h2 headers from the text. This breaks the structure of the table of contents. The...
#### Bug, feature request, or proposal: Nice to have #### What is the expected behavior? right hand of the sort un-down icon, between column, add an vertical left-right line icon,...
Items per page form field touch target does not have sufficient touch target size of 48 x 48 pixels. Changed from 84 x 41 to 84 x 48 pixels. Before:...
 Some comments that get marked up into text on the webapp have grammar mistakes. Usually don't bother with spelling but this one caught my...
### Which @angular/* package(s) are the source of the bug? forms ### Is this a regression? Yes ### Description With this code ``` this.contractEngagementInfo.addControl('jobTitle', this.formBuilder.control(null, [Validators.required])); ``` ``` -- None...
### Feature Description In [Using component color variantss](https://material.angular.io/guide/theming#using-component-color-variants) guide we see there is a way to override color variant used by specific components thanks to `$color-variant` option. It would be...
### 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 17...
#### What is the expected behavior? Drag and drop working :) #### What is the current behavior? If I change the height of elements (that are draggable) for example by...