mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
Fix error with AOT compilation
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user