components
components copied to clipboard
Component infrastructure and Material Design components for Angular
#### Bug, feature request, or proposal: Feature Request/bug(?) #### What is the expected behavior? Easily setup a table with cdk/drag-drop #### What is the current behavior? I couldn't setup it...
### 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 14...
Prevents the color (if specified) of the snack bar action button from being overridden to the accent color, when using the `matSnackBarAction` directive. Closes #27328
### 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 14.2.12...
#### Feature Description Currently, animations are enabled once the animation module is loaded. To disable animation one can add the `NoopAnimationsModule` module and animations are disabled. This is fine globally,...
### 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...
#### Bug, feature request, or proposal: Bug #### What is the expected behavior? When filling a textarea, we should see what we are writing :-) #### What is the current...
### 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? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was _No...
The marker clusterer component is currently based on the `@googlemaps/markerclustererplus` package which is deprecated. These changes rewrite the component to use `@googlemaps/markerclusterer` instead. BREAKING CHANGE: The new `@googlemaps/markerclusterer` API should...