angular/packages/common/http
Maciej Sawicki 05eb028c7a fix(core): narrow error type for resources API (#61441)
`Resource.error` used to return `unknown`. Now it's `Error | undefined`.
For non-`Error` types they are encapsulated with the `Error` type.

PR Close #61441
2025-05-21 12:06:40 -07:00
..
src fix(core): narrow error type for resources API (#61441) 2025-05-21 12:06:40 -07:00
test fix(core): move reload method from Resource to WritableResource (#61441) 2025-05-21 12:06:40 -07:00
testing build: migrate common to use rules_js based toolchain (#61433) 2025-05-20 15:07:56 +00:00
BUILD.bazel build: migrate common to use rules_js based toolchain (#61433) 2025-05-20 15:07:56 +00:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
PACKAGE.md docs: Update guide link in http package md file (#59955) 2025-04-08 09:20:19 -07:00
public_api.ts feat(common): introduce experimental httpResource (#59876) 2025-02-14 18:40:37 +00:00