-
Notifications
You must be signed in to change notification settings - Fork 12k
fix(@schematics/angular): explicitly set standalone:false #28642
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
Conversation
477dc8c
to
cf33d0e
Compare
cf33d0e
to
6f28309
Compare
Updated to apply the explicit |
tests/legacy-cli/e2e/tests/build/prerender/discover-routes-ngmodule.ts
Outdated
Show resolved
Hide resolved
Not: can you cherry-pick the commit from #28634 so that we ran the full snapshot suite in CI? |
6f28309
to
b1ff31c
Compare
Included the angular update commit in the PR again to ensure the post-upgrade state is tested. |
🍏 💚 🟢 ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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. |
Since the new default for standalone is
true
, any place that previously omitted the value to get an implicitfalse
now needs to set it tofalse
explicitly.See: angular/angular#58169