We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with swagger-codegen it generated class but not with openapi-generator with swagger-codegen it was generated
export interface I18nProperty { [key: string]: string; }
3.0.1
i18nProperty: type: object additionalProperties: type: string
generate -i swagger.yaml -g typescript-angular -o C:\temp additional-properties ngVersion=6.0.0
Add to yaml file and execute code generation for -g typescript-angular
The text was updated successfully, but these errors were encountered:
I think this is a duplicate from #191 and #255
Sorry, something went wrong.
@jmini probably
fixed by @wing328 in branch 3.1.x PR #360
Thank you a lot for testing it and reporting it here!
welcome thank you for fixing bugs ;-)
No branches or pull requests
Description
with swagger-codegen it generated class but not with openapi-generator
with swagger-codegen it was generated
openapi-generator version
3.0.1
OpenAPI declaration file content or url
Command line used for generation
generate -i swagger.yaml -g typescript-angular -o C:\temp additional-properties ngVersion=6.0.0
Steps to reproduce
Add to yaml file and execute code generation for -g typescript-angular
Related issues/PRs
Suggest a fix/enhancement
The text was updated successfully, but these errors were encountered: