-
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
ng build doesn't generate app shell #11478
Comments
This is the intended behavior, yes. It is documented in https://github.com/angular/angular-cli/wiki/stories-app-shell. |
|
There isn't anything there about
|
Ok, thank you :) |
So i'm confused, |
Also running |
@JimDrury you can use |
…o effect in browser builder Closes #11478
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 or Feature Request (mark with an
x
)Area
Versions
Repro steps
ng new app-shell-test --routing
ng g app-shell --universal-project=app-shell-test --client-project=app-shell-test
ng build
orng build --prod
Actual
The app shell is not generated.
Mention any other details that might be useful
I'm trying to add the app shell to my app, but
ng build
not want to generate it. The shell generates only afterng run app-shell-test:app-shell
. Is this a valid behavior or a bug? (in the first case the--skip-app-shell
is unused...)The text was updated successfully, but these errors were encountered: