76654: Implement feedback

This commit is contained in:
Yana De Pauw
2021-03-29 15:31:27 +02:00
parent 659117dfbd
commit afe345ebac
47 changed files with 203 additions and 431 deletions

View File

@@ -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 {