55693: (incomplete) store interraction for selecting items

This commit is contained in:
Kristof De Langhe
2018-09-26 17:30:24 +02:00
parent 9440401ca3
commit 5040d230fb
7 changed files with 279 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ import { NotificationsService } from '../shared/notifications/notifications.serv
import { UploaderService } from '../shared/uploader/uploader.service';
import { BrowseItemsResponseParsingService } from './data/browse-items-response-parsing-service';
import { DSpaceObjectDataService } from './data/dspace-object-data.service';
import { ItemSelectService } from '../shared/item-select/item-select.service';
const IMPORTS = [
CommonModule,
@@ -128,6 +129,7 @@ const PROVIDERS = [
UploaderService,
UUIDService,
DSpaceObjectDataService,
ItemSelectService,
// register AuthInterceptor as HttpInterceptor
{
provide: HTTP_INTERCEPTORS,