chore: protected access on doc

This commit is contained in:
Sean Perkins
2023-11-06 15:43:38 -05:00
parent 7a097d9864
commit 0a413c1e3e

View File

@@ -62,7 +62,7 @@ export class Platform {
resize = new Subject<void>();
constructor(
@Inject(DOCUMENT) private doc: any,
@Inject(DOCUMENT) protected doc: any,
zone: NgZone,
private isPlatform: typeof _isPlatform,
private getPlatforms: typeof _getPlatforms