-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undocumented BREAKING CHANGES #4002
Comments
* Adds enter/exit animations to the dialog. * Refactors the `MdDialogContainer` and `MdDialogRef` to accommodate the animations. * Fixes some test failures due to the animations. * Allows for the backdrop to be detached before the rest of the overlay, in order to allow for it to be transitioned in parallel. Fixes #2665.
@shlomiassaf you can access to the dialog config via the following property export class DialogComponent {
constructor(private dialog: MdDialogRef<any>) {
const config = dialog._containerInstance.dialogConfig;
}
} |
I didn't try. The anyway, the |
Yes but |
I don't understand what you mean... I don't think the config exposed. |
Should this be closed by #4126? |
Yes |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
@jelbourn Hi,
While upgrading I found some undocumented breaking changes.
the
config
property is no longer part ofMdDialogRef
, now one needs to inject theMD_DIALOG_DATA
tokenDomProjectionHost
andDomProjection
are no longer part of@angular/material
, couldn't find a replacement of documentation for it.this is it for now
The text was updated successfully, but these errors were encountered: