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

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

feature
P3
area: cdk/menu

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

P3
docs
area: material.angular.io

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

feature
P5
area: material/table

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

![Screenshot 2024-05-22 at 15 04 20](https://github.com/angular/components/assets/45922542/3090db14-5357-4758-85a5-cf4660a6e5ba) 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...

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

P2
area: material/menu

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

P2
area: cdk/drag-drop