components
components copied to clipboard
Component infrastructure and Material Design components for Angular
#### Bug: Angular Material is not placing md-dialog-actions at the bottom #### What is the expected behavior? Should be at the bottom #### What is the current behavior? Currently, it...
#### Bug, feature request, or proposal: Bug #### What is the expected behavior? Typing a partial search term, using arrow keys to highlight option on autocomplete list, and pressing Enter...
#### Feature Description like many modules already use it, it would be nice if you could initialize the Google Map with the method `forRoot()` in `app.module.ts` with given parameters. ####...
### 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...
Add an input option `matTooltipPositionAtOrigin` to display the tooltip relative to the mouse or touch event that triggered it. Fixes #8759
#### Bug, feature request, or proposal: Bug? #### What is the expected behavior? Checkboxes with long labels won't word wrap (as it did in earlier versions). (see bottom part of...
### What are you trying to do? Hi all! ### tl;dr; Is `:label-shown` preudo-class used in form-field component necessary / valid? (e.g. https://github.com/angular/components/blob/master/src/material/form-field/_form-field-fill-theme.scss#L100) ### Problem background I'm trying to use...
### Documentation Feedback https://github.com/angular/components/blame/main/src/cdk-experimental/popover-edit/lens-directives.ts#L51 includes the following in the docs > A two-way binding for storing unsubmitted form state. If not provided > then form state will be discarded on...
### 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...
#### What is the expected behavior? If a data-list that binded to ``, is updated (items are added/ removed from this list), the `` updated as well. #### What is...