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