Uh oh!
There was an error while loading. Please reload this page.
docs(config.json): register missing angular API reference functions in sidebar - #11191
Conversation
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan includes up to 10 reviews per rolling hour; 9 remain after this review. 📝 WalkthroughWalkthroughThe Angular API Reference navigation now includes entries for infinite query options, injection helpers, mutation and query state helpers, options, query-client providers, and ChangesAngular API Reference Navigation
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk:⚪ Minimal · up to This documentation-only change adds missing Angular API functions to the sidebar without affecting published code or runtime behavior. No actionable merge-blocking risk remains beyond normal review. Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 1b05325
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
size-limit report 📦
|
Uh oh!
There was an error while loading. Please reload this page.
🎯 Changes
The Angular API Reference sidebar (
docs/config.json) only linked to 2 of the 16 functions that actually exist underdocs/framework/angular/reference/functions/(generated viapnpm run generate-docs). The rest were reachable only by direct URL, not from the sidebar.infiniteQueryOptions,injectInfiniteQuery,injectIsFetching,injectIsMutating,injectIsRestoring,injectMutationState,mutationOptions,provideIsRestoring,provideQueryClient,provideTanStackQuery,queryFeature,queryOptionsFunctions / <name>) already used by the two pre-existing entriesinjectQueryClientandprovideAngularQuery— both are marked@deprecatedin source (in favor ofinject(QueryClient)andprovideTanStackQueryrespectively) and shown struck through inframework/angular/reference/index.mdInterfaces/Type Aliasespages are left out of the sidebar, consistent with how Preact, Svelte, and Lit's generated reference docs are registered (functions only)✅ Checklist
pnpm run test:pr. (docs-only change, no code/tests affected)🚀 Release Impact
Summary by CodeRabbit