-
Notifications
You must be signed in to change notification settings - Fork 406
refactor(router-plugin): reduce RxJS depedency #2291
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
In this commit, we only unsubscribe from `router.events`. The `Store` is automatically completed by NGXS when the root injector is destroyed; therefore, we remove the replay subject and the `takeUntil` dependency.
|
View your CI Pipeline Execution ↗ for commit 8743289.
☁️ Nx Cloud last updated this comment at |
@ngxs/devtools-plugin
@ngxs/hmr-plugin
@ngxs/form-plugin
@ngxs/router-plugin
@ngxs/storage-plugin
@ngxs/store
@ngxs/websocket-plugin
commit: |
|
Code Climate has analyzed commit a860243 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 95.3% (0.0% change). View more on Code Climate. |
BundleMonUnchanged files (6)
No change in files bundle size Unchanged groups (1)
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 added (1)
Files removed (3)
Total files change -139.29KB -67.74% Final result: ✅ View report in BundleMon website ➡️ |
In this commit, we only unsubscribe from
router.events. TheStoreis automatically completed by NGXS when the root injector is destroyed; therefore, we remove the replay subject and thetakeUntildependency.