You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(dialog): remove deprecated APIs for 9.0.0 (#17333)
Removes the APIs that were scheduled to be removed from the dialog package in v9.
BREAKING CHANGES:
* `MatDialogRef.afterOpen` has been replaced with `MatDialogRef.afterOpened`.
* `MatDialogRef.beforeClose` has been replaced with `MatDialogRef.beforeClosed`.
* `MatDialog.afterOpen` has been replaced with `MatDialog.afterOpened`.
* `matDialogAnimations.slideDialog` has been replaced with `matDialogAnimations.dialogContainer`.
* `_location` parameter in `MatDialogRef` constructor has been removed.
0 commit comments