Refactor and consolidate Angular Code Generator#526
Conversation
|
Thanks for the submission, @hypery2k. In case you're not familiar with the option - https://github.blog/2019-02-14-introducing-draft-pull-requests. |
|
oh thanks, didn't notice that possibility on GitHub ;) |
|
From my tests so far the generation with Angular 6 and 8 is working without issues. I would like to see this PR merged and will add further functionality in another PR, ok for you @webron ? |
|
I leave the PR reviews to @HugoMario and @frantuma - they are way more familiar with the code here than me ;) |
|
LGTM, thanks a lot @hypery2k!!! for this PR |
victorsempere
left a comment
There was a problem hiding this comment.
Hello,
Maybe it's missing a change in the api.service.mustache? I'm getting compilation errors and I have fixed it changing the line 279:
let formParams: { append(param: string, value: any): void; };
Into:
let formParams: { append(param: string, value: any): any; };
I'm using swagger-codegen-maven-plugin 3.0.27
Uh oh!
There was an error while loading. Please reload this page.