angular/packages/core/src/resource
Kam 7557b339ea refactor(core): mark resource() overloads as @publicApi 22.0
#68253 graduated `resource`, `rxResource`, and `httpResource` to stable
by swapping `@experimental` for `@publicApi 22.0` across three files.
The two `resource()` overloads in `packages/core/src/resource/resource.ts`
were missed and still carried `@experimental 19.0`. The public-api
golden already lists both overloads as `// @public`, so this aligns the
source with what the rest of the codebase reflects.
2026-05-13 15:54:55 -07:00
..
api.ts feat(core): add ability to cache resources for SSR 2026-05-06 09:57:49 -07:00
debounce.ts docs: Add guide for debounced signals 2026-04-15 20:04:10 +03:00
from_snapshots.ts docs: add resource composition with snapshots section 2026-01-26 17:02:48 +00:00
index.ts feat(core): allow debouncing signals 2026-03-09 13:21:52 -07:00
resource.ts refactor(core): mark resource() overloads as @publicApi 22.0 2026-05-13 15:54:55 -07:00