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 b4414b7 commit fbf8f31Copy full SHA for fbf8f31
src/cdk/dialog/dialog-container.ts
@@ -75,7 +75,7 @@ export class CdkDialogContainer<C extends DialogConfig = DialogConfig>
75
extends BasePortalOutlet
76
implements OnDestroy
77
{
78
- public _platform = inject(Platform);
+ _platform = inject(Platform);
79
protected _document: Document;
80
81
/** The portal outlet inside of this container into which the dialog content will be loaded. */
0 commit comments