We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc61122 commit 575332cCopy full SHA for 575332c
src/material/dialog/dialog-container.ts
@@ -365,9 +365,9 @@ export class MatDialogContainer extends _MatDialogContainerBase {
365
return {
366
value: this._state,
367
params: {
368
- enterAnimationDuration:
+ 'enterAnimationDuration':
369
this._config.enterAnimationDuration || defaultParams.params.enterAnimationDuration,
370
- exitAnimationDuration:
+ 'exitAnimationDuration':
371
this._config.exitAnimationDuration || defaultParams.params.exitAnimationDuration,
372
},
373
};
0 commit comments