Merge remote-tracking branch 'templates/w2p-97729_themed-ItemAlertsComponent_contribute-7.4' into atmire-contributions-alex-7.5

# Conflicts:
#	src/app/item-page/alerts/themed-item-alerts.component.ts
#	src/app/shared/shared.module.ts
#	src/themes/custom/lazy-theme.module.ts
This commit is contained in:
Alexandre Vryghem
2023-02-08 22:45:47 +01:00
9 changed files with 48 additions and 4 deletions

View File

@@ -53,6 +53,7 @@ import { ItemVersionsModule } from './versions/item-versions.module';
import { BitstreamRequestACopyPageComponent } from './bitstreams/request-a-copy/bitstream-request-a-copy-page.component';
import { FileSectionComponent } from './simple/field-components/file-section/file-section.component';
import { ItemSharedModule } from './item-shared.module';
import { ThemedItemAlertsComponent } from './alerts/themed-item-alerts.component';
const ENTRY_COMPONENTS = [
@@ -91,6 +92,7 @@ const DECLARATIONS = [
OrcidSyncSettingsComponent,
OrcidQueueComponent,
ItemAlertsComponent,
ThemedItemAlertsComponent,
VersionedItemComponent,
BitstreamRequestACopyPageComponent,
];