Added param to hide pagination details

This commit is contained in:
Giuseppe Digilio
2019-04-19 19:22:18 +02:00
parent 2a0f6facae
commit dfd8a69d10
2 changed files with 6 additions and 1 deletions

View File

@@ -84,6 +84,11 @@ export class PaginationComponent implements OnDestroy, OnInit {
*/
@Output() paginationChange: EventEmitter<any> = new EventEmitter<any>();
/**
* Option for hiding the pagination detail
*/
@Input() public hidePaginationDetail = false;
/**
* Option for hiding the gear
*/