mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
Merge remote-tracking branch 'upstream/main' into atmire-contributions-alex-7.5
# Conflicts: # src/app/item-page/item-page.module.ts # src/app/shared/search/themed-search.component.ts # src/app/shared/shared.module.ts # src/themes/custom/eager-theme.module.ts # src/themes/custom/lazy-theme.module.ts
This commit is contained in:
@@ -124,6 +124,8 @@ import { ItemSharedModule } from '../../app/item-page/item-shared.module';
|
||||
import { ResultsBackButtonComponent } from './app/shared/results-back-button/results-back-button.component';
|
||||
import { DsoEditMetadataComponent } from './app/dso-shared/dso-edit-metadata/dso-edit-metadata.component';
|
||||
import { DsoSharedModule } from '../../app/dso-shared/dso-shared.module';
|
||||
import { SystemWideAlertModule } from '../../app/system-wide-alert/system-wide-alert.module';
|
||||
import { DsoPageModule } from '../../app/shared/dso-page/dso-page.module';
|
||||
import { ItemAlertsComponent } from './app/item-page/alerts/item-alerts.component';
|
||||
|
||||
const DECLARATIONS = [
|
||||
@@ -213,6 +215,7 @@ const DECLARATIONS = [
|
||||
InfoModule,
|
||||
JournalEntitiesModule,
|
||||
MenuModule,
|
||||
DsoPageModule,
|
||||
MyDspaceSearchModule,
|
||||
NavbarModule,
|
||||
NgbModule,
|
||||
@@ -238,6 +241,7 @@ const DECLARATIONS = [
|
||||
ResourcePoliciesModule,
|
||||
ComcolModule,
|
||||
DsoSharedModule,
|
||||
SystemWideAlertModule
|
||||
],
|
||||
declarations: DECLARATIONS,
|
||||
exports: [
|
||||
|
Reference in New Issue
Block a user