UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

6 lines (5 loc) 223 B
export declare class AsiPaginationService { constructor(); getNbPages(datas: Array<any>, nbElementParPage: number): number; getPage(datas: Array<any>, nbElementParPage: number, pageIndex: number): Array<any>; }