@angular/common 20.0.0-next.9 → 20.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{common_module.d-ClF75kAz.d.ts → common_module.d-B42WMLw4.d.ts} +31 -14
- package/fesm2022/common.mjs +24 -27
- package/fesm2022/common.mjs.map +1 -1
- package/fesm2022/{common_module-96z1HarB.mjs → common_module-B4apSsk3.mjs} +153 -103
- package/fesm2022/common_module-B4apSsk3.mjs.map +1 -0
- package/fesm2022/http/testing.mjs +9 -9
- package/fesm2022/http.mjs +4 -4
- package/fesm2022/http.mjs.map +1 -1
- package/fesm2022/{location-BeT0iJq7.mjs → location-DTVjZRwU.mjs} +19 -19
- package/fesm2022/location-DTVjZRwU.mjs.map +1 -0
- package/fesm2022/{module-D1VfOyZ7.mjs → module-BsrIcwH4.mjs} +41 -46
- package/fesm2022/{module-D1VfOyZ7.mjs.map → module-BsrIcwH4.mjs.map} +1 -1
- package/fesm2022/platform_navigation-B45Jeakb.mjs +4 -4
- package/fesm2022/testing.mjs +15 -15
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/upgrade.mjs +7 -7
- package/fesm2022/xhr-BfNfxNDv.mjs +1 -1
- package/http/index.d.ts +14 -14
- package/http/testing/index.d.ts +1 -1
- package/index.d.ts +13 -12
- package/module.d-yNBsZ8gb.d.ts +1 -1
- package/package.json +3 -3
- package/platform_location.d-Lbv6Ueec.d.ts +1 -1
- package/testing/index.d.ts +2 -2
- package/upgrade/index.d.ts +2 -2
- package/xhr.d-D_1kTQR5.d.ts +1 -1
- package/fesm2022/common_module-96z1HarB.mjs.map +0 -1
- package/fesm2022/location-BeT0iJq7.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v20.0.0-
|
|
2
|
+
* @license Angular v20.0.0-rc.1
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -1573,10 +1573,10 @@ class HttpClient {
|
|
|
1573
1573
|
put(url, body, options = {}) {
|
|
1574
1574
|
return this.request('PUT', url, addBody(options, body));
|
|
1575
1575
|
}
|
|
1576
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-
|
|
1577
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-
|
|
1576
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClient, deps: [{ token: HttpHandler }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1577
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClient });
|
|
1578
1578
|
}
|
|
1579
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-
|
|
1579
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClient, decorators: [{
|
|
1580
1580
|
type: Injectable
|
|
1581
1581
|
}], ctorParameters: () => [{ type: HttpHandler }] });
|
|
1582
1582
|
|
|
@@ -1792,10 +1792,10 @@ class FetchBackend {
|
|
|
1792
1792
|
}
|
|
1793
1793
|
return chunksAll;
|
|
1794
1794
|
}
|
|
1795
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-
|
|
1796
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-
|
|
1795
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: FetchBackend, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1796
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: FetchBackend });
|
|
1797
1797
|
}
|
|
1798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-
|
|
1798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: FetchBackend, decorators: [{
|
|
1799
1799
|
type: Injectable
|
|
1800
1800
|
}] });
|
|
1801
1801
|
/**
|
|
@@ -1932,10 +1932,10 @@ class HttpInterceptorHandler extends HttpHandler {
|
|
|
1932
1932
|
return this.chain(initialRequest, (downstreamRequest) => this.backend.handle(downstreamRequest));
|
|
1933
1933
|
}
|
|
1934
1934
|
}
|
|
1935
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-
|
|
1936
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-
|
|
1935
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpInterceptorHandler, deps: [{ token: HttpBackend }, { token: i0.EnvironmentInjector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1936
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpInterceptorHandler });
|
|
1937
1937
|
}
|
|
1938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-
|
|
1938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpInterceptorHandler, decorators: [{
|
|
1939
1939
|
type: Injectable
|
|
1940
1940
|
}], ctorParameters: () => [{ type: HttpBackend }, { type: i0.EnvironmentInjector }] });
|
|
1941
1941
|
|
|
@@ -2137,10 +2137,10 @@ class JsonpClientBackend {
|
|
|
2137
2137
|
foreignDocument ??= this.document.implementation.createHTMLDocument();
|
|
2138
2138
|
foreignDocument.adoptNode(script);
|
|
2139
2139
|
}
|
|
2140
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-
|
|
2141
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-
|
|
2140
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: JsonpClientBackend, deps: [{ token: JsonpCallbackContext }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2141
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: JsonpClientBackend });
|
|
2142
2142
|
}
|
|
2143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-
|
|
2143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: JsonpClientBackend, decorators: [{
|
|
2144
2144
|
type: Injectable
|
|
2145
2145
|
}], ctorParameters: () => [{ type: JsonpCallbackContext }, { type: undefined, decorators: [{
|
|
2146
2146
|
type: Inject,
|
|
@@ -2179,10 +2179,10 @@ class JsonpInterceptor {
|
|
|
2179
2179
|
intercept(initialRequest, next) {
|
|
2180
2180
|
return runInInjectionContext(this.injector, () => jsonpInterceptorFn(initialRequest, (downstreamRequest) => next.handle(downstreamRequest)));
|
|
2181
2181
|
}
|
|
2182
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-
|
|
2183
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-
|
|
2182
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: JsonpInterceptor, deps: [{ token: i0.EnvironmentInjector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2183
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: JsonpInterceptor });
|
|
2184
2184
|
}
|
|
2185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-
|
|
2185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: JsonpInterceptor, decorators: [{
|
|
2186
2186
|
type: Injectable
|
|
2187
2187
|
}], ctorParameters: () => [{ type: i0.EnvironmentInjector }] });
|
|
2188
2188
|
|
|
@@ -2467,10 +2467,10 @@ class HttpXhrBackend {
|
|
|
2467
2467
|
});
|
|
2468
2468
|
}));
|
|
2469
2469
|
}
|
|
2470
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-
|
|
2471
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-
|
|
2470
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpXhrBackend, deps: [{ token: XhrFactory }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2471
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpXhrBackend });
|
|
2472
2472
|
}
|
|
2473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-
|
|
2473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpXhrBackend, decorators: [{
|
|
2474
2474
|
type: Injectable
|
|
2475
2475
|
}], ctorParameters: () => [{ type: XhrFactory }] });
|
|
2476
2476
|
|
|
@@ -2497,7 +2497,6 @@ class HttpXsrfTokenExtractor {
|
|
|
2497
2497
|
*/
|
|
2498
2498
|
class HttpXsrfCookieExtractor {
|
|
2499
2499
|
doc;
|
|
2500
|
-
platform;
|
|
2501
2500
|
cookieName;
|
|
2502
2501
|
lastCookieString = '';
|
|
2503
2502
|
lastToken = null;
|
|
@@ -2505,13 +2504,12 @@ class HttpXsrfCookieExtractor {
|
|
|
2505
2504
|
* @internal for testing
|
|
2506
2505
|
*/
|
|
2507
2506
|
parseCount = 0;
|
|
2508
|
-
constructor(doc,
|
|
2507
|
+
constructor(doc, cookieName) {
|
|
2509
2508
|
this.doc = doc;
|
|
2510
|
-
this.platform = platform;
|
|
2511
2509
|
this.cookieName = cookieName;
|
|
2512
2510
|
}
|
|
2513
2511
|
getToken() {
|
|
2514
|
-
if (
|
|
2512
|
+
if (typeof ngServerMode !== 'undefined' && ngServerMode) {
|
|
2515
2513
|
return null;
|
|
2516
2514
|
}
|
|
2517
2515
|
const cookieString = this.doc.cookie || '';
|
|
@@ -2522,17 +2520,14 @@ class HttpXsrfCookieExtractor {
|
|
|
2522
2520
|
}
|
|
2523
2521
|
return this.lastToken;
|
|
2524
2522
|
}
|
|
2525
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-
|
|
2526
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-
|
|
2523
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpXsrfCookieExtractor, deps: [{ token: DOCUMENT }, { token: XSRF_COOKIE_NAME }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2524
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpXsrfCookieExtractor });
|
|
2527
2525
|
}
|
|
2528
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-
|
|
2526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpXsrfCookieExtractor, decorators: [{
|
|
2529
2527
|
type: Injectable
|
|
2530
2528
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
2531
2529
|
type: Inject,
|
|
2532
2530
|
args: [DOCUMENT]
|
|
2533
|
-
}] }, { type: undefined, decorators: [{
|
|
2534
|
-
type: Inject,
|
|
2535
|
-
args: [PLATFORM_ID]
|
|
2536
2531
|
}] }, { type: undefined, decorators: [{
|
|
2537
2532
|
type: Inject,
|
|
2538
2533
|
args: [XSRF_COOKIE_NAME]
|
|
@@ -2569,10 +2564,10 @@ class HttpXsrfInterceptor {
|
|
|
2569
2564
|
intercept(initialRequest, next) {
|
|
2570
2565
|
return runInInjectionContext(this.injector, () => xsrfInterceptorFn(initialRequest, (downstreamRequest) => next.handle(downstreamRequest)));
|
|
2571
2566
|
}
|
|
2572
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-
|
|
2573
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-
|
|
2567
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpXsrfInterceptor, deps: [{ token: i0.EnvironmentInjector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2568
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpXsrfInterceptor });
|
|
2574
2569
|
}
|
|
2575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-
|
|
2570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpXsrfInterceptor, decorators: [{
|
|
2576
2571
|
type: Injectable
|
|
2577
2572
|
}], ctorParameters: () => [{ type: i0.EnvironmentInjector }] });
|
|
2578
2573
|
|
|
@@ -2769,7 +2764,7 @@ function withJsonpSupport() {
|
|
|
2769
2764
|
* this option.
|
|
2770
2765
|
*
|
|
2771
2766
|
* @see {@link provideHttpClient}
|
|
2772
|
-
* @publicApi
|
|
2767
|
+
* @publicApi 19.0
|
|
2773
2768
|
*/
|
|
2774
2769
|
function withRequestsMadeViaParent() {
|
|
2775
2770
|
return makeHttpFeature(HttpFeatureKind.RequestsMadeViaParent, [
|
|
@@ -2838,9 +2833,9 @@ class HttpClientXsrfModule {
|
|
|
2838
2833
|
providers: withXsrfConfiguration(options).ɵproviders,
|
|
2839
2834
|
};
|
|
2840
2835
|
}
|
|
2841
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-
|
|
2842
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-
|
|
2843
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-
|
|
2836
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClientXsrfModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2837
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClientXsrfModule });
|
|
2838
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClientXsrfModule, providers: [
|
|
2844
2839
|
HttpXsrfInterceptor,
|
|
2845
2840
|
{ provide: HTTP_INTERCEPTORS, useExisting: HttpXsrfInterceptor, multi: true },
|
|
2846
2841
|
{ provide: HttpXsrfTokenExtractor, useClass: HttpXsrfCookieExtractor },
|
|
@@ -2851,7 +2846,7 @@ class HttpClientXsrfModule {
|
|
|
2851
2846
|
{ provide: XSRF_ENABLED, useValue: true },
|
|
2852
2847
|
] });
|
|
2853
2848
|
}
|
|
2854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-
|
|
2849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClientXsrfModule, decorators: [{
|
|
2855
2850
|
type: NgModule,
|
|
2856
2851
|
args: [{
|
|
2857
2852
|
providers: [
|
|
@@ -2877,11 +2872,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.9",
|
|
|
2877
2872
|
* @deprecated use `provideHttpClient(withInterceptorsFromDi())` as providers instead
|
|
2878
2873
|
*/
|
|
2879
2874
|
class HttpClientModule {
|
|
2880
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-
|
|
2881
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-
|
|
2882
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-
|
|
2875
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClientModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2876
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClientModule });
|
|
2877
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClientModule, providers: [provideHttpClient(withInterceptorsFromDi())] });
|
|
2883
2878
|
}
|
|
2884
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-
|
|
2879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClientModule, decorators: [{
|
|
2885
2880
|
type: NgModule,
|
|
2886
2881
|
args: [{
|
|
2887
2882
|
/**
|
|
@@ -2901,11 +2896,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.9",
|
|
|
2901
2896
|
* @deprecated `withJsonpSupport()` as providers instead
|
|
2902
2897
|
*/
|
|
2903
2898
|
class HttpClientJsonpModule {
|
|
2904
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-
|
|
2905
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-
|
|
2906
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-
|
|
2899
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClientJsonpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2900
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClientJsonpModule });
|
|
2901
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClientJsonpModule, providers: [withJsonpSupport().ɵproviders] });
|
|
2907
2902
|
}
|
|
2908
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-
|
|
2903
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-rc.1", ngImport: i0, type: HttpClientJsonpModule, decorators: [{
|
|
2909
2904
|
type: NgModule,
|
|
2910
2905
|
args: [{
|
|
2911
2906
|
providers: [withJsonpSupport().ɵproviders],
|
|
@@ -2913,4 +2908,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.9",
|
|
|
2913
2908
|
}] });
|
|
2914
2909
|
|
|
2915
2910
|
export { FetchBackend, HTTP_INTERCEPTORS, HTTP_ROOT_INTERCEPTOR_FNS, HttpBackend, HttpClient, HttpClientJsonpModule, HttpClientModule, HttpClientXsrfModule, HttpContext, HttpContextToken, HttpErrorResponse, HttpEventType, HttpFeatureKind, HttpHandler, HttpHeaderResponse, HttpHeaders, HttpInterceptorHandler, HttpParams, HttpRequest, HttpResponse, HttpResponseBase, HttpStatusCode, HttpUrlEncodingCodec, HttpXhrBackend, HttpXsrfTokenExtractor, JsonpClientBackend, JsonpInterceptor, REQUESTS_CONTRIBUTE_TO_STABILITY, provideHttpClient, withFetch, withInterceptors, withInterceptorsFromDi, withJsonpSupport, withNoXsrfProtection, withRequestsMadeViaParent, withXsrfConfiguration };
|
|
2916
|
-
//# sourceMappingURL=module-
|
|
2911
|
+
//# sourceMappingURL=module-BsrIcwH4.mjs.map
|