UNPKG

rs-restangular

Version:

Restful Resources service for Angular 2 apps

7 lines (6 loc) 203 B
import { PathInterface } from './path.interface'; export declare class RestangularAllPath implements PathInterface { endpoint: string; constructor(endpoint: string); path(): Array<string>; }