Skip to content

Commit 8f902b4

Browse files
committed
refactor(material/dialog): fix lint errors
Updates previous fix to Angular Components Dialog component to fix the failing lint error. Fixes b/274674581
1 parent 2ae1548 commit 8f902b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/dialog/dialog-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class CdkDialogContainer<C extends DialogConfig = DialogConfig>
7575
extends BasePortalOutlet
7676
implements OnDestroy
7777
{
78-
public _platform = inject(Platform);
78+
_platform = inject(Platform);
7979
protected _document: Document;
8080

8181
/** The portal outlet inside of this container into which the dialog content will be loaded. */

0 commit comments

Comments
 (0)