angular/packages/common/http
arturovt 13875d0140 refactor(common): remove redundant ɵloadImpl check in client bundles (#62191)
In this commit, the conditional branching around `ɵloadImpl` is removed from client-side code, as `ɵloadImpl` is never defined in client bundles. This makes the logic simpler and improves tree-shaking, allowing the `from()` import to be dropped from the common bundle in browser builds.

PR Close #62191
2025-06-26 12:02:51 +00:00
..
src refactor(common): remove redundant ɵloadImpl check in client bundles (#62191) 2025-06-26 12:02:51 +00:00
test feat(http): Add support for fetch request cache and priority options (#61766) 2025-06-25 09:46:21 +00:00
testing refactor(common): allow HttpErrorResponse with successful status codes (#61107) 2025-06-25 17:01:18 +00:00
BUILD.bazel refactor: use zone.js from npm instead of packages/zone.js throughout repo (#61977) 2025-06-10 12:02:03 -07: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