components
components copied to clipboard
Component infrastructure and Material Design components for Angular
### 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...
draft - Probably a breaking change and definitely not a good idea until `afterNextRender` runs only after `ApplicationRef.tick`. At the moment, this passes tests only because they're using fixtures and...
The current implementation of the dialog's `finishDialogOpen`, which includes autofocus, only waits for a microtask before executing. This only works in the tests because of the synchronous call to `detectChanges`...
### 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 13.0.0...
### 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...
### Feature Description I want the dialog actions to be aligned to the right by default. Currently this is not part of the [`MatDialogConfig`](https://material.angular.io/components/dialog/api#MatDialogConfig), so it cannot be set via...
We intended to expose this function along with the other theme inspection APIs, but forgot to add it to the list. It is necessary for users to be able to...
### 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 16.2.x...