-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix(angular-query): improve support for required signals #8409
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit e06359e. 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 2 targetsSent with 💌 from NxCloud. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8409 +/- ##
===========================================
+ Coverage 46.10% 88.61% +42.50%
===========================================
Files 200 16 -184
Lines 7500 281 -7219
Branches 1708 43 -1665
===========================================
- Hits 3458 249 -3209
+ Misses 3667 31 -3636
+ Partials 375 1 -374
|
7ec1001
to
9edf927
Compare
9675568
to
63db458
Compare
63db458
to
e06359e
Compare
Delaying creation of the observer by using a closure to return the observer from a computed signal supports more scenarios where required signals are used in reactive options.
Also part of a fix for #7488. A complete fix would require additional changes to the signal proxy to not evaluate the source computed signal until target computed signals are evaluated.