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

@@ -114,6 +114,7 @@ import { ObjectListComponent } from './app/shared/object-list/object-list.compon
import { BrowseByMetadataPageComponent } from './app/browse-by/browse-by-metadata-page/browse-by-metadata-page.component';
import { BrowseByDatePageComponent } from './app/browse-by/browse-by-date-page/browse-by-date-page.component';
import { BrowseByTitlePageComponent } from './app/browse-by/browse-by-title-page/browse-by-title-page.component';
import { ItemAlertsComponent } from './app/shared/item/item-alerts/item-alerts.component';
const DECLARATIONS = [
FileSectionComponent,
@@ -168,8 +169,7 @@ const DECLARATIONS = [
BrowseByMetadataPageComponent,
BrowseByDatePageComponent,
BrowseByTitlePageComponent,
ItemAlertsComponent,
];
@NgModule({