From ae584915cf91b9b0271897a4985807cfae6de2da Mon Sep 17 00:00:00 2001 From: Giuseppe Digilio Date: Tue, 6 Feb 2018 15:55:04 +0100 Subject: [PATCH] Fix error with AOT compilation --- src/app/shared/auth-nav-menu/auth-nav-menu.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/auth-nav-menu/auth-nav-menu.component.ts b/src/app/shared/auth-nav-menu/auth-nav-menu.component.ts index e188498b0a..453f68ea86 100644 --- a/src/app/shared/auth-nav-menu/auth-nav-menu.component.ts +++ b/src/app/shared/auth-nav-menu/auth-nav-menu.component.ts @@ -37,7 +37,7 @@ export class AuthNavMenuComponent implements OnDestroy, OnInit { constructor( private appStore: Store, private coreStore: Store, - private windowService: HostWindowService) { + public windowService: HostWindowService) { } ngOnInit(): void {