Skip to content

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

@thibaudsowa

Description

@thibaudsowa

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions