mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
Fix error with AOT compilation
This commit is contained in:
@@ -37,7 +37,7 @@ export class AuthNavMenuComponent implements OnDestroy, OnInit {
|
|||||||
constructor(
|
constructor(
|
||||||
private appStore: Store<AppState>,
|
private appStore: Store<AppState>,
|
||||||
private coreStore: Store<CoreState>,
|
private coreStore: Store<CoreState>,
|
||||||
private windowService: HostWindowService) {
|
public windowService: HostWindowService) {
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
|
Reference in New Issue
Block a user