mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-17 08:31:23 +00:00
Fix angular output to go to one dir to make it build
This commit is contained in:
@@ -19,8 +19,6 @@ public class TypeScriptAngularClientCodegen extends AbstractTypeScriptClientCode
|
||||
modelTemplateFiles.put("model.mustache", ".ts");
|
||||
apiTemplateFiles.put("api.mustache", ".ts");
|
||||
templateDir = "TypeScript-Angular";
|
||||
apiPackage = "api";
|
||||
modelPackage = "model";
|
||||
supportingFiles.add(new SupportingFile("api.d.mustache", apiPackage, "api.d.ts"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user