Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQ] Support of Angular 19 in generator typescript-angular #20204

Closed
thibaudsowa opened this issue Nov 28, 2024 · 0 comments · Fixed by #20205
Closed

[REQ] Support of Angular 19 in generator typescript-angular #20204

thibaudsowa opened this issue Nov 28, 2024 · 0 comments · Fixed by #20205

Comments

@thibaudsowa
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Some dependencies in the generated package by typescript-angular generator are not compatible with the dependencies of Angular 19.

Describe the solution you'd like

When angular version is set to 19 or higher, use the following dependencies:

"rxjs": "^6.5.3 || ^7.4.0",
"typescript": ">=5.5.0 <5.7.0",
"zone.js": "~0.15.0"

Describe alternatives you've considered

Override dependencies

thibaudsowa pushed a commit to thibaudsowa/openapi-generator that referenced this issue Nov 28, 2024
thibaudsowa pushed a commit to thibaudsowa/openapi-generator that referenced this issue Nov 29, 2024
…ctor deps definition

add tsVersion, rxjsVersion, ngPackagrVersion and zonejsVersion options to override default config if new version of Angular is available but not yet implemented in openapi-generator
refactor Angular dependencies definition in separate readable yaml config file

fix OpenAPITools#20204
thibaudsowa pushed a commit to thibaudsowa/openapi-generator that referenced this issue Nov 29, 2024
…ctor deps definition

add tsVersion, rxjsVersion, ngPackagrVersion and zonejsVersion options to override default config if new version of Angular is available but not yet implemented in openapi-generator
refactor Angular dependencies definition in separate readable yaml config file

fix OpenAPITools#20204
thibaudsowa pushed a commit to thibaudsowa/openapi-generator that referenced this issue Dec 1, 2024
…ctor deps definition

add tsVersion, rxjsVersion, ngPackagrVersion and zonejsVersion options to override default config if new version of Angular is available but not yet implemented in openapi-generator
refactor Angular dependencies definition in separate readable yaml config file

fix OpenAPITools#20204
thibaudsowa pushed a commit to thibaudsowa/openapi-generator that referenced this issue Dec 2, 2024
thibaudsowa pushed a commit to thibaudsowa/openapi-generator that referenced this issue Dec 3, 2024
thibaudsowa pushed a commit to thibaudsowa/openapi-generator that referenced this issue Dec 3, 2024
thibaudsowa pushed a commit to thibaudsowa/openapi-generator that referenced this issue Dec 3, 2024
thibaudsowa pushed a commit to thibaudsowa/openapi-generator that referenced this issue Dec 3, 2024
macjohnny pushed a commit that referenced this issue Dec 3, 2024
* feat(typescript-angular): add support for Angular V19

fix #20204

* feat(typescript-angular): add options to override angular deps + refactor deps definition

add tsVersion, rxjsVersion, ngPackagrVersion and zonejsVersion options to override default config if new version of Angular is available but not yet implemented in openapi-generator
refactor Angular dependencies definition in separate readable yaml config file

fix #20204

* feat(typescript-angular): add better angular 19 exemple for ci testing

fix #20204

* feat(typescript-angular): unify tsVersion param

fix #20204

---------

Co-authored-by: Thibaud SOWA <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant