mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
* Add support for Angular v15 Support for: - rxjs 7.5.5 - ngPackagr 15.0.2 - zonejs 0.11.5 - typescript >=4.8.2 and <4.10.0 Note that tsTickle is not added to the dependencies when generating for Angular 15, as: - it is not a real dependency - tsTickle is compatible with any of the TypeScript versions that Angular 15 supports. * Generate samples for Angular v15 - typescript-angular-v15-provided-in-root - typescript-angular-v15-query-param-object-format * Drop sample typescript-angular-v15-query-param-object-format * Fix typo * Add tests for sample Use credentials instead of api_key to avoid deprecation warnings when initialising ConfigurationParameters. * Update samples/client/petstore/typescript-angular-v15-provided-in-root/package.json * Fix tests by removing context initialisation Also updated the test dependencies. Co-authored-by: Esteban Gehring <esteban.gehring@gmail.com>