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.
2 parents f309abf + ba1e6f6 commit 49a2d2bCopy full SHA for 49a2d2b
src/NSwag.CodeGeneration/CodeGenerators/TypeScript/Templates/AngularJS.txt
@@ -1,4 +1,4 @@
1
-// The Angular client template is currently NOT TESTET!
+// The Angular client template is currently NOT TESTET!
2
3
<if(hasOperations)>
4
<if(generateClientInterfaces)>
@@ -83,7 +83,7 @@ export class <class> <if(generateClientInterfaces)>implements I<class> <endif>{
83
var status = response.status;
84
85
<operation.Responses:{response |
86
- if (status === "<response.StatusCode>") {
+ if (status === <response.StatusCode>) {
87
<if(response.HasType)>
88
var result<response.StatusCode>: <response.Type> = null;
89
<if(response.TypeIsDate)>
0 commit comments