-
Notifications
You must be signed in to change notification settings - Fork 216
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
Add universal Server Side Rendering error Module file (/src/@app/app.module.ts) not found #472
Comments
Seems more like a ng-cli issue with that particular generator that our own, as the expected path (/src/@app) vs (src/app) is not derived properly from If it's just a path (app vs @app) issue, that could be an easy fix we can do anyways. See also #230 for reference as Angular universal may not be supported yet. |
"If it's just a path (app vs @app) issue, that could be an easy fix we can do anyways." This is exactly what my issue is. Did we have a resolution on this? |
I tried with a plain app coming from Seems to me that the problems comes from the In the meantime, you can try substituting |
I updated |
Closing as the issue should be moved to |
I'm submitting a...
Current behavior
I'm follow the documentation to add universal server side rendering to the project:
Running the command:
The command install the package
@nguniversal/express-engine
but after that I get this error:I tried also with a fresh new generated project with the version 6.1.0, but I get the same error.
Expected behavior
This command should install the package
@nguniversal/express-engine
and edit the project adding some new files and editing some others.. something like that:Minimal reproduction of the problem with instructions
Environment
The text was updated successfully, but these errors were encountered: