mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Moved all objects to a single data store: the cache.
This commit is contained in:
@@ -4,6 +4,7 @@ import { SharedModule } from "../shared/shared.module";
|
||||
import { isNotEmpty } from "../shared/empty.util";
|
||||
import { DSpaceRESTv2Service } from "./dspace-rest-v2/dspace-rest-v2.service";
|
||||
import { CollectionDataService } from "./data-services/collection/collection-data.service";
|
||||
import { CacheService } from "./data-services/cache/cache.service";
|
||||
|
||||
const IMPORTS = [
|
||||
CommonModule,
|
||||
@@ -18,7 +19,8 @@ const EXPORTS = [
|
||||
|
||||
const PROVIDERS = [
|
||||
CollectionDataService,
|
||||
DSpaceRESTv2Service
|
||||
DSpaceRESTv2Service,
|
||||
CacheService
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
Reference in New Issue
Block a user