mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-09 03:30:09 +00:00
angularjs: Support HttpParamSerializer interface
This commit is contained in:
8
angularjs/angular.d.ts
vendored
8
angularjs/angular.d.ts
vendored
@@ -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