Set providedIn root for services using inject tokens

This commit is contained in:
Giuseppe Digilio
2020-12-04 11:18:59 +01:00
parent 18a07b571b
commit 79fa93bea9
14 changed files with 50 additions and 51 deletions

View File

@@ -101,7 +101,6 @@ import { Community } from './shared/community.model';
import { DSpaceObject } from './shared/dspace-object.model';
import { ExternalSourceEntry } from './shared/external-source-entry.model';
import { ExternalSource } from './shared/external-source.model';
import { FileService } from './shared/file.service';
import { HALEndpointService } from './shared/hal-endpoint.service';
import { ItemType } from './shared/item-relationships/item-type.model';
import { RelationshipType } from './shared/item-relationships/relationship-type.model';
@@ -253,7 +252,6 @@ const PROVIDERS = [
WorkspaceitemDataService,
WorkflowItemDataService,
UploaderService,
FileService,
DSpaceObjectDataService,
ConfigurationDataService,
DSOChangeAnalyzer,