-
Notifications
You must be signed in to change notification settings - Fork 11.9k
feat(@schematics/angular): use isolatedModules in generated project #27988
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
|
It looks like only one i18n test is failing (extract-ivy-library) but only when running with It seems that in that case the messages from |
|
Yes. I re-ran it so it's not a flake. |
|
Yeah, I confirm that this is an issue: I just ran |
|
#27992 should fix the underlying issue. |
As 3acb776 introduced an optimization for projects that use `isolatedModules`, this commit makes projects generated with `ng new` use this option by default.
16caf62 to
5cb736d
Compare
|
@clydin I rebased on your fix, and the PR is now green 👍 |
|
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. |
PR Checklist
Please check to confirm your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the new behavior?
As 3acb776 introduced an optimization for projects that use
isolatedModules, this commit makes projects generated withng newuse this option by default.Does this PR introduce a breaking change?
Other information