-
Notifications
You must be signed in to change notification settings - Fork 68
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
Support in Angular 17 #1125
Comments
Hi @michaeljota, the tests failed. I think that's why they don't close this issue |
Hi @epitzalis, this has been harder than it looked at first. I'll update the PR that I have, but the app produced by that won't be able to run. Angular 17 is using newer features to bundle the code and expects all code to be produced with those features, and it seems like Nest is not being bundled with those features. |
Any update on this? We are desperately looking for an upgrade to Angular 17 from 16 for better hydration. |
You can try the update provided by @michaeljota (although the |
Hi! The update doesn't quite work. It fails when you try to build the Angular app. The |
Amazing library! I'm really looking forward to support for version 17. I'm starting a new project, and I don't want to start with version 16, because the new version is globally better. |
GG. This looks like is not going to happen |
Just seconding this, my team would really like Angular 17 and 18 support and Nest-integrated |
Current behavior
"ng add @nestjs/ng-universal" currently does not work in Angular 17. Will it be supported? Thank you
The text was updated successfully, but these errors were encountered: