Merge branch 'main' into w2p-74647_Add-meta-generator-page-header

This commit is contained in:
Kristof De Langhe
2021-02-03 16:58:59 +01:00
1112 changed files with 12958 additions and 9930 deletions

View File

@@ -91,7 +91,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';
@@ -234,7 +233,6 @@ const PROVIDERS = [
WorkspaceitemDataService,
WorkflowItemDataService,
UploaderService,
FileService,
DSpaceObjectDataService,
ConfigurationDataService,
DSOChangeAnalyzer,
@@ -376,7 +374,7 @@ export const models =
})
export class CoreModule {
static forRoot(): ModuleWithProviders {
static forRoot(): ModuleWithProviders<CoreModule> {
return {
ngModule: CoreModule,
providers: [