mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
76654: Implement feedback
This commit is contained in:
@@ -16,6 +16,12 @@ import { isNumeric } from 'rxjs/internal-compatibility';
|
||||
})
|
||||
/**
|
||||
* Service to manage the pagination of different components
|
||||
* The pagination information will be stored in the route based on a paginationID.
|
||||
* The following params are used for the different kind of pagination information:
|
||||
* - For the page: p.{paginationID}
|
||||
* - For the page size: rpp.{paginationID}
|
||||
* - For the sort direction: sd.{paginationID}
|
||||
* - For the sort field: sf.{paginationID}
|
||||
*/
|
||||
export class PaginationService {
|
||||
|
||||
|
Reference in New Issue
Block a user