Added ItemListPreviewComponent template to custom theme

This commit is contained in:
Alexandre Vryghem
2024-01-19 08:53:50 +01:00
parent 5d123277b0
commit 8bf7e4fb5a
5 changed files with 19 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ import { EditBitstreamPageComponent } from './app/bitstream-page/edit-bitstream-
import { FormModule } from '../../app/shared/form/form.module';
import { RequestCopyModule } from 'src/app/request-copy/request-copy.module';
import { SearchComponent } from './app/shared/search/search.component';
import { ItemListPreviewComponent } from './app/shared/object-list/my-dspace-result-list-element/item-list-preview/item-list-preview.component';
const DECLARATIONS = [
FileSectionComponent,
@@ -241,6 +242,7 @@ const DECLARATIONS = [
ItemStatusComponent,
EditBitstreamPageComponent,
SearchComponent,
ItemListPreviewComponent,
];
@NgModule({