-
-
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
feat(angular-query): injectQueries #8007
base: main
Are you sure you want to change the base?
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit b7315dc. 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8007 +/- ##
=========================================
+ Coverage 0 94.62% +94.62%
=========================================
Files 0 18 +18
Lines 0 279 +279
Branches 0 41 +41
=========================================
+ Hits 0 264 +264
- Misses 0 14 +14
- Partials 0 1 +1
|
That's great, finishing |
I just pulled this branch into my project since I needed the |
Noticed injectQueries had yet to be fully implemented, this is my attempt to get it working.
Did some limited testing, and added simple test cases that are all passing.
Looking for feedback.