You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
works when built from master but can't spot what is the difference in the generated code. The namespaces are still where they are but somehow can be compiled.
Description
The way in which the generated code is setup, makes it impossible to import the client if you are using a module loader.
Ideally i'd like to do:
The problem however is that the generated models & API are placed within a namespace that is not exported, so cannot be imported.
Swagger-codegen version
Test on master as of January 8th 2017.
Commit 81b5b78
Command line used for generation
swagger-codegen generate -i api.yaml -l typescript-angular
Steps to reproduce
Suggest a Fix
export default class SomeApi
The text was updated successfully, but these errors were encountered: