angular/packages/common/http
arturovt 57e8412e53 fix(http): check whether Zone is defined (#51119)
Accessing the `Zone` variable without checking if it's defined or not
leads to an error "Zone is not defined" if zone.js is not imported (nooped).
This commit adds an additional check before getting the current zone where
the `doRequest` is being called.

PR Close #51119
2023-07-21 16:45:26 +00:00
..
src fix(http): check whether Zone is defined (#51119) 2023-07-21 16:45:26 +00:00
test ci: re-enable RBE for http tests (#50741) 2023-06-23 09:37:48 -07:00
testing refactor: removed the unused declaration in the import statement (#50616) 2023-06-22 09:39:58 -07:00
BUILD.bazel refactor(http): tree-shakable error on JSONP request (#50376) 2023-05-24 13:58:49 +00:00
index.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
PACKAGE.md docs: update invalid links to the new http guides (#49456) 2023-06-22 17:06:59 -07:00
public_api.ts feat(http): Introduction of the fetch Backend for the HttpClient (#50247) 2023-06-08 09:48:12 -07:00