97729: Themed ItemAlertsComponent

This commit is contained in:
Alexandre Vryghem
2022-12-21 13:35:54 +01:00
parent ca864379c8
commit 2451bbbd34
8 changed files with 48 additions and 4 deletions

View File

@@ -324,6 +324,7 @@ import {
} from '../item-page/simple/field-components/specific-field/title/item-page-title-field.component';
import { MarkdownPipe } from './utils/markdown.pipe';
import { GoogleRecaptchaModule } from '../core/google-recaptcha/google-recaptcha.module';
import { ThemedItemAlertsComponent } from './item/item-alerts/themed-item-alerts.component';
const MODULES = [
CommonModule,
@@ -587,6 +588,7 @@ const SHARED_ITEM_PAGE_COMPONENTS = [
DsoPageVersionButtonComponent,
PersonPageClaimButtonComponent,
ItemAlertsComponent,
ThemedItemAlertsComponent,
GenericItemPageFieldComponent,
MetadataRepresentationListComponent,
RelatedItemsComponent,