-
Notifications
You must be signed in to change notification settings - Fork 403
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
refactor(store): tree-shake internal state tokens #2246
base: master
Are you sure you want to change the base?
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 35a8968. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 4 targetsSent with 💌 from NxCloud. |
commit: |
BundleMonFiles updated (2)
Unchanged files (4)
Total files change +400B +0.3% Groups updated (2)
Final result: ✅ View report in BundleMon website ➡️ |
BundleMon (NGXS Plugins)Unchanged files (9)
No change in files bundle size Unchanged groups (1)
Final result: ✅ View report in BundleMon website ➡️ |
BundleMon (Integration Projects)Files updated (3)
Total files change -101B -0.05% Final result: ✅ View report in BundleMon website ➡️ |
In this commit, we remove internal injection token providers from the root providers list. Instead, we expose a function that provides these tokens.
066a020
to
35a8968
Compare
Code Climate has analyzed commit 35a8968 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 90.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 95.3% (-0.1% change). View more on Code Climate. |
In this commit, we remove internal injection token providers from the root providers list. Instead, we expose a function that provides these tokens.