mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
header, isNavBarCollapsed observable: filter out undefined state that can occur when using AoT compilation
This commit is contained in:
@@ -11,8 +11,8 @@ import { StoreModule } from "@ngrx/store";
|
||||
import { RouterStoreModule } from "@ngrx/router-store";
|
||||
import { StoreDevtoolsModule } from "@ngrx/store-devtools";
|
||||
|
||||
import reducers from './app.reducers';
|
||||
import effects from './app.effects';
|
||||
import { reducers } from './app.reducers';
|
||||
import { effects } from './app.effects';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
|
Reference in New Issue
Block a user