UNPKG

ng-jhipster

Version:

A Jhipster util library for Angular 2

19 lines (18 loc) 356 B
/** * A component that will take care of item count statistics of a pagination. */ export declare class JhiItemCountComponent { /** * current page number. */ page: number; /** * Total number of items. */ total: number; /** * Number of items per page. */ itemsPerPage: number; constructor(); }