mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
Removed entry components from module definitions
This commit is contained in:
@@ -26,8 +26,7 @@ import { GroupsRegistryComponent } from './group-registry/groups-registry.compon
|
||||
GroupFormComponent,
|
||||
SubgroupsListComponent,
|
||||
MembersListComponent
|
||||
],
|
||||
entryComponents: []
|
||||
]
|
||||
})
|
||||
/**
|
||||
* This module handles all components related to the access control pages
|
||||
|
@@ -24,9 +24,6 @@ import { BitstreamFormatsModule } from './bitstream-formats/bitstream-formats.mo
|
||||
MetadataSchemaComponent,
|
||||
MetadataSchemaFormComponent,
|
||||
MetadataFieldFormComponent
|
||||
],
|
||||
entryComponents: [
|
||||
|
||||
]
|
||||
})
|
||||
export class AdminRegistriesModule {
|
||||
|
@@ -22,8 +22,7 @@ import { AddBitstreamFormatComponent } from './add-bitstream-format/add-bitstrea
|
||||
EditBitstreamFormatComponent,
|
||||
AddBitstreamFormatComponent,
|
||||
FormatFormComponent
|
||||
],
|
||||
entryComponents: []
|
||||
]
|
||||
})
|
||||
export class BitstreamFormatsModule {
|
||||
|
||||
|
@@ -26,11 +26,6 @@ import { BrowseBySwitcherComponent } from './+browse-by-switcher/browse-by-switc
|
||||
ItemDataService,
|
||||
BrowseService,
|
||||
BrowseByGuard
|
||||
],
|
||||
entryComponents: [
|
||||
BrowseByTitlePageComponent,
|
||||
BrowseByMetadataPageComponent,
|
||||
BrowseByDatePageComponent
|
||||
]
|
||||
})
|
||||
export class BrowseByModule {
|
||||
|
@@ -17,8 +17,7 @@ import { ImportExternalPageComponent } from './import-external-page.component';
|
||||
],
|
||||
declarations: [
|
||||
ImportExternalPageComponent
|
||||
],
|
||||
entryComponents: [ ]
|
||||
]
|
||||
})
|
||||
|
||||
/**
|
||||
|
@@ -73,9 +73,6 @@ import { AbstractIncrementalListComponent } from './simple/abstract-incremental-
|
||||
MetadataRepresentationListComponent,
|
||||
ItemPageTitleFieldComponent,
|
||||
TabbedRelatedEntitiesSearchComponent
|
||||
],
|
||||
entryComponents: [
|
||||
PublicationComponent
|
||||
]
|
||||
})
|
||||
export class ItemPageModule {
|
||||
|
@@ -47,20 +47,6 @@ import { CollectionSelectorComponent } from './collection-selector/collection-se
|
||||
providers: [
|
||||
MyDSpaceGuard,
|
||||
MyDSpaceConfigurationService
|
||||
],
|
||||
entryComponents: [
|
||||
SearchResultListElementComponent,
|
||||
WorkspaceItemSearchResultListElementComponent,
|
||||
WorkflowItemSearchResultListElementComponent,
|
||||
ClaimedSearchResultListElementComponent,
|
||||
PoolSearchResultListElementComponent,
|
||||
ItemSearchResultDetailElementComponent,
|
||||
WorkspaceItemSearchResultDetailElementComponent,
|
||||
WorkflowItemSearchResultDetailElementComponent,
|
||||
ClaimedTaskSearchResultDetailElementComponent,
|
||||
PoolSearchResultDetailElementComponent,
|
||||
ItemSearchResultListElementSubmissionComponent,
|
||||
CollectionSelectorComponent
|
||||
]
|
||||
})
|
||||
|
||||
|
@@ -138,10 +138,6 @@ const EXPORTS = [
|
||||
],
|
||||
exports: [
|
||||
...EXPORTS
|
||||
],
|
||||
entryComponents: [
|
||||
AdminSidebarSectionComponent,
|
||||
ExpandableAdminSidebarSectionComponent
|
||||
]
|
||||
})
|
||||
export class AppModule {
|
||||
|
@@ -44,9 +44,6 @@ const ENTRY_COMPONENTS = [
|
||||
],
|
||||
declarations: [
|
||||
...ENTRY_COMPONENTS
|
||||
],
|
||||
entryComponents: [
|
||||
...ENTRY_COMPONENTS
|
||||
]
|
||||
})
|
||||
export class JournalEntitiesModule {
|
||||
|
@@ -60,9 +60,6 @@ const ENTRY_COMPONENTS = [
|
||||
],
|
||||
declarations: [
|
||||
...ENTRY_COMPONENTS,
|
||||
],
|
||||
entryComponents: [
|
||||
...ENTRY_COMPONENTS
|
||||
]
|
||||
})
|
||||
export class ResearchEntitiesModule {
|
||||
|
@@ -19,8 +19,7 @@ import { ProfilePageModule } from '../profile-page/profile-page.module';
|
||||
ForgotEmailComponent,
|
||||
ForgotPasswordFormComponent
|
||||
],
|
||||
providers: [],
|
||||
entryComponents: []
|
||||
providers: []
|
||||
})
|
||||
|
||||
/**
|
||||
|
@@ -42,8 +42,7 @@ import { ProcessFormComponent } from './form/process-form.component';
|
||||
providers: [
|
||||
ProcessBreadcrumbResolver,
|
||||
ProcessBreadcrumbsService
|
||||
],
|
||||
entryComponents: []
|
||||
]
|
||||
})
|
||||
|
||||
export class ProcessPageModule {
|
||||
|
@@ -14,8 +14,7 @@ import { RegisterEmailFormComponent } from './register-email-form.component';
|
||||
providers: [],
|
||||
exports: [
|
||||
RegisterEmailFormComponent,
|
||||
],
|
||||
entryComponents: []
|
||||
]
|
||||
})
|
||||
|
||||
/**
|
||||
|
@@ -19,8 +19,7 @@ import { ProfilePageModule } from '../profile-page/profile-page.module';
|
||||
RegisterEmailComponent,
|
||||
CreateProfileComponent
|
||||
],
|
||||
providers: [],
|
||||
entryComponents: []
|
||||
providers: []
|
||||
})
|
||||
|
||||
/**
|
||||
|
@@ -43,11 +43,7 @@ const PROVIDERS = [
|
||||
...PROVIDERS
|
||||
],
|
||||
exports: [
|
||||
...COMPONENTS,
|
||||
...MODULES
|
||||
],
|
||||
entryComponents: [
|
||||
...ENTRY_COMPONENTS
|
||||
...COMPONENTS
|
||||
]
|
||||
})
|
||||
|
||||
|
@@ -542,9 +542,6 @@ const DIRECTIVES = [
|
||||
...SHARED_ITEM_PAGE_COMPONENTS,
|
||||
...DIRECTIVES,
|
||||
CurationFormComponent
|
||||
],
|
||||
entryComponents: [
|
||||
...ENTRY_COMPONENTS
|
||||
]
|
||||
})
|
||||
|
||||
|
@@ -16,9 +16,6 @@ import { StatisticsService } from './statistics.service';
|
||||
],
|
||||
exports: [
|
||||
ViewTrackerComponent,
|
||||
],
|
||||
providers: [
|
||||
StatisticsService
|
||||
]
|
||||
})
|
||||
/**
|
||||
@@ -28,9 +25,6 @@ export class StatisticsModule {
|
||||
static forRoot(): ModuleWithProviders<StatisticsModule> {
|
||||
return {
|
||||
ngModule: StatisticsModule,
|
||||
providers: [
|
||||
StatisticsService
|
||||
]
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@@ -66,15 +66,6 @@ import { SubmissionSectionCcLicensesComponent } from './sections/cc-license/subm
|
||||
SubmissionImportExternalPreviewComponent,
|
||||
SubmissionImportExternalCollectionComponent
|
||||
],
|
||||
entryComponents: [
|
||||
SubmissionSectionUploadComponent,
|
||||
SubmissionSectionformComponent,
|
||||
SubmissionSectionLicenseComponent,
|
||||
SubmissionSectionContainerComponent,
|
||||
SubmissionImportExternalPreviewComponent,
|
||||
SubmissionImportExternalCollectionComponent,
|
||||
SubmissionSectionCcLicensesComponent
|
||||
],
|
||||
exports: [
|
||||
SubmissionEditComponent,
|
||||
SubmissionFormComponent,
|
||||
|
Reference in New Issue
Block a user