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:

12 lines (11 loc) 346 B
import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs/Observable'; export declare class PaginatorService { private http; constructor(http: HttpClient); /** * This is used to list all by paginator * @returns {Observable<any>} */ listByPaginator(url: any): Observable<any>; }