mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
Fixed build error
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
import { MemoizedSelector } from '@ngrx/store';
|
import { MemoizedSelector } from '@ngrx/store';
|
||||||
import { coreSelector, CoreState } from '../core.reducers';
|
import { CoreState } from '../core.reducers';
|
||||||
|
import { coreSelector } from '../core.selectors';
|
||||||
import { JsonPatchOperationsEntry, JsonPatchOperationsResourceEntry } from './json-patch-operations.reducer';
|
import { JsonPatchOperationsEntry, JsonPatchOperationsResourceEntry } from './json-patch-operations.reducer';
|
||||||
import { keySelector, subStateSelector } from '../../submission/selectors';
|
import { keySelector, subStateSelector } from '../../submission/selectors';
|
||||||
|
|
||||||
|
@@ -4,7 +4,6 @@ import { ActivatedRoute, NavigationEnd, Params, Router, } from '@angular/router'
|
|||||||
import { distinctUntilChanged, filter, map } from 'rxjs/operators';
|
import { distinctUntilChanged, filter, map } from 'rxjs/operators';
|
||||||
import { Observable } from 'rxjs';
|
import { Observable } from 'rxjs';
|
||||||
import { select, Store } from '@ngrx/store';
|
import { select, Store } from '@ngrx/store';
|
||||||
import { detect } from 'rxjs-spy';
|
|
||||||
|
|
||||||
import { AppState } from '../../app.reducer';
|
import { AppState } from '../../app.reducer';
|
||||||
import { AddUrlToHistoryAction } from '../history/history.actions';
|
import { AddUrlToHistoryAction } from '../history/history.actions';
|
||||||
|
Reference in New Issue
Block a user