mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
59334: added validation
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import {
|
||||
ActionReducerMap,
|
||||
createFeatureSelector,
|
||||
createSelector,
|
||||
MemoizedSelector
|
||||
} from '@ngrx/store';
|
||||
|
||||
import { objectCacheReducer, ObjectCacheState } from './cache/object-cache.reducer';
|
||||
@@ -14,8 +12,6 @@ import {
|
||||
objectUpdatesReducer,
|
||||
ObjectUpdatesState
|
||||
} from './data/object-updates/object-updates.reducer';
|
||||
import { hasValue } from '../shared/empty.util';
|
||||
import { AppState } from '../app.reducer';
|
||||
|
||||
export interface CoreState {
|
||||
'cache/object': ObjectCacheState,
|
||||
@@ -35,4 +31,4 @@ export const coreReducers: ActionReducerMap<CoreState> = {
|
||||
'auth': authReducer,
|
||||
};
|
||||
|
||||
export const coreSelector = createFeatureSelector<CoreState>('core');
|
||||
export const coreSelector = createFeatureSelector<CoreState>('core');
|
||||
|
Reference in New Issue
Block a user