mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
[DURACOM-191] fix core store imports
This commit is contained in:
@@ -82,11 +82,6 @@ export const provideCore = () => {
|
||||
console.log('provideCore');
|
||||
return makeEnvironmentProviders([
|
||||
{ provide: DspaceRestService, useFactory: restServiceFactory, deps: [MOCK_RESPONSE_MAP, HttpClient] },
|
||||
|
||||
importProvidersFrom(
|
||||
StoreModule.forFeature('core', coreReducers, storeModuleConfig as StoreConfig<CoreState, Action>),
|
||||
EffectsModule.forFeature(coreEffects)
|
||||
),
|
||||
]);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user