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 2082af7 commit 4a82174Copy full SHA for 4a82174
src/cdk-experimental/dialog/dialog-config.ts
@@ -42,9 +42,6 @@ export class DialogConfig<D = any> {
42
/** Custom class(es) for the overlay panel. */
43
panelClass?: string | string[] = '';
44
45
- /** Custom class(es) for the dialog container. */
46
- containerClass?: string | string[] = '';
47
-
48
/** Whether the dialog has a background. */
49
hasBackdrop?: boolean = true;
50
0 commit comments