-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Problem with AngularUniversal schematic #13857
Comments
Hi, thanks for reporting this however it seems that the issue is cause by the Can you kindly file an issue in their repo https://github.com/angular/universal? Thanks. |
Duplicate of angular/universal#1139 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
Command (mark with an
x
)Is this a regression?
I don't know
Description
Usage of
ng add @nguniversal/express-engine
does not guarantee Angular Universal app to be ready.🔬 Minimal Reproduction
ng new derek6 --style=scss --routing
ng add @nguniversal/express-engine --clientProject derek6
npm run build:ssr && npm run serve:ssr
Application is up and running without any error.
http://localhost:4000
.It results with the following error:
You must pass in a NgModule or NgModuleFactory to be bootstrapped
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: