Create pagination.component.ts

This commit is contained in:
Giuseppe
2017-06-12 16:39:52 +02:00
committed by GitHub
parent e3778afd45
commit 06f3a4ff90

View File

@@ -57,6 +57,10 @@ export class PaginationComponent implements OnDestroy, OnInit {
* Current page.
*/
public currentPage = 1;
/**
* Current URL query parameters
*/
public currentQueryParams = {};
/**