Merge branch 'w2p-98661_themed-FullFileSectionComponent-contribute-7.2' into atmire-contributions-alex-7.5

# Conflicts:
#	src/app/item-page/full/full-item-page.component.html
#	src/app/item-page/item-page.module.ts
#	src/themes/custom/lazy-theme.module.ts
This commit is contained in:
Alexandre Vryghem
2023-02-22 13:29:44 +01:00
7 changed files with 55 additions and 1 deletions

View File

@@ -127,6 +127,9 @@ 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';
import {
FullFileSectionComponent
} from './app/item-page/full/field-components/file-section/full-file-section.component';
const DECLARATIONS = [
FileSectionComponent,
@@ -185,6 +188,7 @@ const DECLARATIONS = [
ResultsBackButtonComponent,
DsoEditMetadataComponent,
ItemAlertsComponent,
FullFileSectionComponent,
];
@NgModule({