angular/packages/common/http/src
Alan Agius 0c80349cf6 refactor(http): replace zone.js macrotask creation with InitialRenderPendingTasks (#50425)
This commits refactors the HTTP client to use `InitialRenderPendingTasks` instead of Zone.js macrotask. This is another approach to https://github.com/angular/angular/pull/50406 which was revert due to a failure in G3.

PR Close #50425
2023-05-30 12:58:22 -07:00
..
backend.ts refactor(http): introduce the functional interceptors API (#47502) 2022-10-06 19:02:45 +00:00
client.ts docs: move tour of heroes tutorial to a subdirectory (#48162) 2022-12-12 12:07:46 -08:00
context.ts feat(http): add has() method to HttpContext class (#43887) 2021-11-04 18:52:18 +00:00
errors.ts refactor(http): tree-shakable error on JSONP request (#50376) 2023-05-24 13:58:49 +00:00
headers.ts fix(http): prevent headers from throwing an error when initializing numerical values (#49379) 2023-04-13 14:00:16 +00:00
interceptor.ts refactor(http): replace zone.js macrotask creation with InitialRenderPendingTasks (#50425) 2023-05-30 12:58:22 -07:00
jsonp.ts docs: Make links out of @see tags (#50098) 2023-05-02 13:14:25 +02:00
module.ts refactor(http): simplify HttpClientModule XSRF configuration (#48957) 2023-02-17 11:17:53 -08:00
params.ts fix(common): properly cast http param values to strings (#42643) 2022-05-04 12:43:37 -07:00
provider.ts docs: Make links out of @see tags (#50098) 2023-05-02 13:14:25 +02:00
request.ts feat(core): support TypeScript 5.1 (#50156) 2023-05-09 14:44:30 -07:00
response.ts refactor(common): ensure compatibility with noImplicitOverride (#42512) 2021-07-12 13:11:16 -07:00
transfer_cache.ts fix(core): update ApplicationRef.isStable to account for rendering pending tasks (#50425) 2023-05-30 12:58:22 -07:00
xhr.ts refactor(http): replace zone.js macrotask creation with InitialRenderPendingTasks (#50425) 2023-05-30 12:58:22 -07:00
xsrf.ts fix(http): better handle unexpected undefined XSRF tokens (#47683) 2022-10-06 16:41:06 -07:00