mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Create pagination.component.ts
This commit is contained in:
@@ -57,6 +57,10 @@ export class PaginationComponent implements OnDestroy, OnInit {
|
||||
* Current page.
|
||||
*/
|
||||
public currentPage = 1;
|
||||
|
||||
/**
|
||||
* Current URL query parameters
|
||||
*/
|
||||
public currentQueryParams = {};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user