mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
[CST-9636] Provide possibility to paginate a full list of elements
This commit is contained in:
@@ -272,6 +272,7 @@ import {
|
||||
ThemedItemPageTitleFieldComponent
|
||||
} from '../item-page/simple/field-components/specific-field/title/themed-item-page-field.component';
|
||||
import { BitstreamListItemComponent } from './object-list/bitstream-list-item/bitstream-list-item.component';
|
||||
import { NgxPaginationModule } from 'ngx-pagination';
|
||||
|
||||
const MODULES = [
|
||||
CommonModule,
|
||||
@@ -286,7 +287,8 @@ const MODULES = [
|
||||
RouterModule,
|
||||
DragDropModule,
|
||||
GoogleRecaptchaModule,
|
||||
MenuModule
|
||||
MenuModule,
|
||||
NgxPaginationModule
|
||||
];
|
||||
|
||||
const ROOT_MODULES = [
|
||||
|
Reference in New Issue
Block a user