mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Merge pull request #4206 from serendipitic/master
"parent" argument of Restangular.service() should be optional
This commit is contained in:
Vendored
+1
-1
@@ -93,7 +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;
|
||||
service(route: string, parent?: any): IService;
|
||||
stripRestangular(element: any): any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user