Added tests and comments

This commit is contained in:
Giuseppe Digilio
2019-04-02 16:25:50 +02:00
parent 16b8e91585
commit 49aee1898b
8 changed files with 290 additions and 22 deletions

View File

@@ -79,7 +79,7 @@ export class PaginationComponent implements OnDestroy, OnInit {
@Output() sortFieldChange: EventEmitter<string> = new EventEmitter<string>();
/**
* An event fired when the sort field is changed.
* An event fired when the pagination is changed.
* Event's payload equals to the newly selected sort field.
*/
@Output() paginationChange: EventEmitter<any> = new EventEmitter<any>();