-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
chore(angular-query): remove standalone component markers #9647
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
chore(angular-query): remove standalone component markers #9647
Conversation
WalkthroughRemoved the standalone: true flag from Angular @component decorators across documentation snippets, example apps, and test components. No other code, templates, or logic were changed. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Pre-merge checks (3 passed)✅ Passed checks (3 passed)
Poem
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal). Please share your feedback with us on this Discord post. 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (13)
💤 Files with no reviewable changes (13)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
✨ Finishing touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
View your CI Pipeline Execution ↗ for commit 0de16f5
☁️ Nx Cloud last updated this comment at |
6a763c0
to
0de16f5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9647 +/- ##
===========================================
+ Coverage 45.51% 87.77% +42.25%
===========================================
Files 209 16 -193
Lines 8379 319 -8060
Branches 1898 75 -1823
===========================================
- Hits 3814 280 -3534
+ Misses 4118 34 -4084
+ Partials 447 5 -442
🚀 New features to boost your workflow:
|
Standalone components have been the default since Angular 19
Summary by CodeRabbit