-
Notifications
You must be signed in to change notification settings - Fork 444
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
Request an example for official Angular SSR setup #149
Comments
I second this request, there are so many half-baked, out-of-date guides out there that it can lead to a ton of confusion. |
This would be great. Can this be considered maybe? |
hey, it's still relevant. does anybody able to perform an example? spent over 2 hours to find and try something, no results |
I'm using this generator https://nx.dev/packages/angular/generators/setup-ssr to generate Angular SSR file. Is this the official way? nx generate setup-ssr project-name |
After the update to nx16 in our company we have the problem that all our Please also explain more in detail what |
First of all, this one doesn't work.
https://blog.nrwl.io/nx-workspace-schematics-server-side-rendering-ssr-with-angular-universal-afc04ead55
It would be great to have SSR in this example, so we can always keep track on it.
Most of the examples I have seen put SSR within the angular app. It seems like it is the only way. However, it seems like against the whole nx architecture.
Here is the setup having ssr inside the angular app https://github.com/jared-christensen/nx-angular-universal
However, it doesnt work in NX v12. It works in NX v11
jared-christensen/nx-angular-universal#1
The text was updated successfully, but these errors were encountered: