While utilizing version 2.4.26 of this OpenApi generator ("@openapitools/openapi-generator-cli": "^2.4.26"), I am encountering issues with Angular services (Angular Version 13.2.0). For example, the services are passing too many arguments to the Angular HttpClient, causing the code to fail compilation.
The code is generated using the command:
openapi-generator-cli generate -i https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml -g typescript-angular -o libs/openapi.
Could it be that I missed some required properties that need to be passed in? Or perhaps there is a compatibility table for Angular and OpenAPI generators that I should refer to?