Add @stitchapi/angular#2300
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis change adds a single new bullet point to the HTTP section of README.md, listing ChangesREADME Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 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 |
Adds
@stitchapi/angularto the bottom of Architecture and Advanced Topics → HTTP.Typed, validated Angular bindings over a single StitchAPI definition. What makes it different from the other HTTP entries:
injectStitch/injectStitchStreamexpose one shared execution as both Angular signals and an RxJS observable — templates read the signals while effects/pipes consume the observable, with no second request. It's also streaming-first:injectStitchStreamsurfaces each response delta as it arrives (SSE / chunked streams). An optional TanStack QueryqueryOptionsadapter is included.Per the contribution guidelines: individual PR for a single suggestion, succinct description, added to the bottom of the relevant category.
Summary by CodeRabbit