From 2a7c8db07dc3417e6338c58ea374510c8a85635c Mon Sep 17 00:00:00 2001 From: Oleksandr Zhuravlov Date: Tue, 30 Jun 2026 23:51:59 +0300 Subject: [PATCH] Add @stitchapi/angular --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59125804..f8ff791c 100644 --- a/README.md +++ b/README.md @@ -559,6 +559,7 @@ Current Angular version: [![npm version](https://badge.fury.io/js/%40angular%2Fc * [ng-qubee](https://github.com/AndreaAlhena/ng-qubee) - Angular query builder with reactive URIs (RxJS + Signals), typed pagination, 495+ tests, and multi‑driver support. * [ngx-trpc-client](https://github.com/BeGj/ngx-trpc-client) - Reworked fork of Analog's [TRPC package](https://github.com/analogjs/analog/tree/beta/packages/trpc). * [zx-angular-lazy-resource](https://github.com/zxnc/zx-angular-lazy-resource) - Lazy helpers for Angular's signal-based `resource()` — defer loading until first access, and await the first settled value as a promise. +* [@stitchapi/angular](https://github.com/rejifald/StitchAPI/tree/main/packages/angular) - Streaming-first StitchAPI bindings: `injectStitch` / `injectStitchStream` expose a typed, validated call as both Angular signals and an RxJS observable, re-rendering as response deltas arrive. ### Micro-Frontends