### 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