We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7d893 commit 988de07Copy full SHA for 988de07
modules/swagger-codegen/src/main/resources/TypeScript-Angular/api.mustache
@@ -16,7 +16,7 @@ namespace {{package}} {
16
17
static $inject: string[] = ['$http', '$httpParamSerializer'];
18
19
- constructor(private $http: ng.IHttpService, basePath?: string, private $httpParamSerializer?: (any) => any) {
+ constructor(private $http: ng.IHttpService, basePath?: string, private $httpParamSerializer?: (d: any) => any) {
20
if (basePath) {
21
this.basePath = basePath;
22
}
0 commit comments