[CST-5249] Migration of OPENAIRE correction service

This commit is contained in:
Luca Giamminonni
2022-02-18 16:40:45 +01:00
parent 736802cdbd
commit b8e9f620b6
53 changed files with 6165 additions and 12 deletions

View File

@@ -93,6 +93,11 @@ export class PaginationComponent implements OnDestroy, OnInit {
*/
@Input() public hideGear = false;
/**
* Option for hiding the gear
*/
@Input() public hideSortOptions = false;
/**
* Option for hiding the pager when there is less than 2 pages
*/