mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Added tests and comments
This commit is contained in:
@@ -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>();
|
||||
|
Reference in New Issue
Block a user