Florian Buchner
Florian Buchner
Hello everyone, I have followed this discussion since the Bug was filed because my project also stucks on it. I understand that the schema evolution support will not be kicked...
Currently, no version is working with Angular 13.x Version 2.2.2 works only with Angular 12.x Version 2.2.3 has the error described by @situlindia
Sorry, but this is really annoying. Still using 1.2.12 because of that.
Maybe my initial description was a little bit too short. I generate a typescript-angular module from my OpenAPI yaml file with the docker generator: `docker run --rm -v %OUTPUT_DIRECTORY%:/out -v...
I checked TypeScriptAngularClientCodegen.java and i found out that all references in the package.json are wrong. All references point to Angular version 13.x: e.g. "rxjs": "^7.4.0" and not "rxjs": "^7.5.5" It...