mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update restangular.d.ts
Added service method from https://github.com/mgonto/restangular#decoupled-restangular-service
This commit is contained in:
parent
807ba77ee6
commit
aa05ededee
1
restangular/restangular.d.ts
vendored
1
restangular/restangular.d.ts
vendored
@ -93,6 +93,7 @@ declare module restangular {
|
||||
withConfig(configurer: (RestangularProvider: IProvider) => any): IService;
|
||||
restangularizeElement(parent: any, element: any, route: string, collection?: any, reqParams?: any): IElement;
|
||||
restangularizeCollection(parent: any, element: any, route: string): ICollection;
|
||||
service(route: string, parent: any): IService;
|
||||
stripRestangular(element: any): any;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user