UNPKG

rs-restangular

Version:

Restful Resources service for Angular 2 apps

4 lines (3 loc) 199 B
import { Http } from '@angular/http'; import { Restangular } from './restangular'; export declare function RestangularFactory(http: Http, customFactory?: Function, ...deps: Array<any>): Restangular;