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