UNPKG

larang-paginator

Version:

This is a Laravel Angular Paginator for tables. For other backend language to use this library. Please make sure your success response conforms with this response:

9 lines (8 loc) 310 B
import { PaginatorService } from "./paginator.service"; import { EventsService } from "./event.service"; export declare class LarangPaginatorModule { static forRoot(): { ngModule: typeof LarangPaginatorModule; providers: (typeof EventsService | typeof PaginatorService)[]; }; }