95335: Created ListableNotificationObjectComponent

This commit is contained in:
Alexandre Vryghem
2022-10-06 10:43:58 +02:00
parent e4f483c308
commit efdd6acfff
8 changed files with 119 additions and 1 deletions

View File

@@ -177,6 +177,9 @@ import { ScopeSelectorModalComponent } from './search-form/scope-selector-modal/
import { BitstreamRequestACopyPageComponent } from './bitstream-request-a-copy-page/bitstream-request-a-copy-page.component';
import { DsSelectComponent } from './ds-select/ds-select.component';
import { LogInOidcComponent } from './log-in/methods/oidc/log-in-oidc.component';
import {
ListableNotificationObjectComponent
} from './object-list/listable-notification-object/listable-notification-object.component';
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
@@ -346,6 +349,7 @@ const COMPONENTS = [
CommunitySidebarSearchListElementComponent,
SearchNavbarComponent,
ScopeSelectorModalComponent,
ListableNotificationObjectComponent,
];
const ENTRY_COMPONENTS = [
@@ -402,6 +406,7 @@ const ENTRY_COMPONENTS = [
OnClickMenuItemComponent,
TextMenuItemComponent,
ScopeSelectorModalComponent,
ListableNotificationObjectComponent,
];
const SHARED_ITEM_PAGE_COMPONENTS = [