-
Notifications
You must be signed in to change notification settings - Fork 33
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
Remove @Select selector from ngxs due to deperaction #2010
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2010 +/- ##
==========================================
- Coverage 91.38% 91.36% -0.02%
==========================================
Files 93 93
Lines 8122 8106 -16
Branches 985 985
==========================================
- Hits 7422 7406 -16
Misses 475 475
Partials 225 225 ☔ View full report in Codecov by Sentry. |
I've tested all the components that were affected to the best I could. |
This PR replaces all the
@Select
in the code to remove the soon to be deprecated decorators.Related to: