mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
angularjs: Support HttpParamSerializer interface
This commit is contained in:
Vendored
+8
@@ -1916,4 +1916,12 @@ declare namespace angular {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* $http params serializer that converts objects to strings
|
||||
* see https://docs.angularjs.org/api/ng/service/$httpParamSerializer
|
||||
*/
|
||||
interface IHttpParamSerializer {
|
||||
(obj: Object): string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user