angular/packages/common/http
Alan Agius 8413b64a6b refactor(core): add whenStable private API (#51807)
Prior to this change `this.isStable.pipe(first((isStable) => isStable)).toPromise()` had to be done in multiple places across the framework and the Angular CLI see https://github.com/angular/angular-cli/pull/25856#discussion_r1328158846. In the majority of cases an Observable based `isStable` API is not needed. This also removes the need for RXJS operator imports.

PR Close #51807
2023-09-27 10:31:56 -07:00
..
src refactor(core): add whenStable private API (#51807) 2023-09-27 10:31:56 -07:00
test build: migrate to node 18 (#51609) 2023-09-01 15:12:43 +00: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