jhipster/generator-jhipster

Update Angular to v19

Closed this issue ยท 11 comments

Overview of the feature request

https://github.com/angular/angular/releases/tag/19.0.0

  • standalone is the default.

Dependencies:

Features:

  • esbuild (experimental)
Motivation for or Use Case
Related issues or PR
  • Checking this box is mandatory (this is just to show you read everything)

Angiular 19 only is too small for the bounty.
Lets add esbuild.

Hi @mshima , if this is still open I'll like to work on it

@Myestery there isn't much to do for Angular 19.
But esbuild support is quite big. There is a lot to customize.

@Myestery there isn't much to do for Angular 19. But esbuild support is quite big. There is a lot to customize.

ok great, is there a separate issue for it and should I start working on it here?

@mshima When are we planning to release ng-bootstrap which will support Angular v19?

@Govind85 please donโ€™t cross post in 3rd party issue tracker. I am not an official ng-bootstrap contributor.

angular/angular-cli#28661 should allow to reduce custom builders dependency due to version passed though maven/gradle.

Needs to be upvoted.

@mshima keep in mind this issue before migrating to v19 angular/angular-cli#29003

In a nutshell, ng test has a regression on supporting webpack transforms (used by custom webpack builders).

@mshima keep in mind this issue before migrating to v19 angular/angular-cli#29003

In a nutshell, ng test has a regression on supporting webpack transforms (used by custom webpack builders).

@chihab thanks, not sure if that applies to use since we use jest.

Will you supported the new api "Resource" from angular instead of using rxjs or you will use both and mixed ?

Will you supported the new api "Resource" from angular instead of using rxjs or you will use both and mixed ?

Resource api is experimental so I donโ€™t think we should adopt it. Once it moves to developer preview we can consider.