angular/packages/common/http/test
Kristiyan Kostadinov 5e209cb560 feat(core): remove TestBed.get (#60414)
`TestBed.get` isn't type safe and has been deprecated for several years now. These changes remove it from the public API and a follow-up change will add an automated migration to `TestBed.inject`.

BREAKING CHANGE:
* `TestBed.get` has been removed. Use `TestBed.inject` instead.

PR Close #60414
2025-03-19 15:52:26 +01:00
..
BUILD.bazel build(http): Mark the http tests as flaky because of one particular transferCache test. (#55255) 2024-04-11 20:50:19 +02:00
client_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
context_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
fetch_spec.ts refactor: remove unnecessary TSLint rule flags (#59365) 2025-01-07 16:06:21 +00:00
headers_spec.ts fix(http): preserve all headers from Headers object (#57802) 2024-10-01 13:48:35 +00:00
jsonp_mock.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
jsonp_spec.ts refactor(common): drop error messages in production (#60242) 2025-03-10 10:04:03 -07:00
module_spec.ts feat(core): remove TestBed.get (#60414) 2025-03-19 15:52:26 +01:00
params_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
provider_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
request_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
resource_spec.ts refactor(http): Make sur to pass context & transferCache from httpResource to the underlying request. (#60228) 2025-03-06 07:59:06 -08:00
response_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
transfer_cache_spec.ts refactor(common): tree-shake transfer cache interceptor stuff (#59439) 2025-01-14 14:40:05 -05:00
xhr_mock.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
xhr_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
xsrf_spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00