Fix error with AOT compilation

This commit is contained in:
Giuseppe Digilio
2018-02-06 15:55:04 +01:00
parent 19c9482009
commit ae584915cf

View File

@@ -37,7 +37,7 @@ export class AuthNavMenuComponent implements OnDestroy, OnInit {
constructor(
private appStore: Store<AppState>,
private coreStore: Store<CoreState>,
private windowService: HostWindowService) {
public windowService: HostWindowService) {
}
ngOnInit(): void {