@angular/common 21.1.0-next.4 → 21.1.0
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/LICENSE +1 -1
- package/fesm2022/_common_module-chunk.mjs +87 -87
- package/fesm2022/_location-chunk.mjs +11 -11
- package/fesm2022/_module-chunk.mjs +47 -48
- package/fesm2022/_module-chunk.mjs.map +1 -1
- package/fesm2022/_platform_location-chunk.mjs +8 -8
- package/fesm2022/_platform_navigation-chunk.mjs +12 -7
- package/fesm2022/_platform_navigation-chunk.mjs.map +1 -1
- package/fesm2022/_xhr-chunk.mjs +2 -2
- package/fesm2022/common.mjs +48 -22
- package/fesm2022/common.mjs.map +1 -1
- package/fesm2022/http-testing.mjs +9 -9
- package/fesm2022/http.mjs +2 -2
- package/fesm2022/testing.mjs +22 -19
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/upgrade.mjs +6 -6
- package/package.json +2 -2
- package/types/_common_module-chunk.d.ts +2 -2
- package/types/_module-chunk.d.ts +2 -2
- package/types/_platform_location-chunk.d.ts +2 -2
- package/types/_xhr-chunk.d.ts +2 -2
- package/types/common.d.ts +45 -36
- package/types/http-testing.d.ts +2 -2
- package/types/http.d.ts +2 -2
- package/types/testing.d.ts +2 -2
- package/types/upgrade.d.ts +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.1.0
|
|
3
|
-
* (c) 2010-
|
|
2
|
+
* @license Angular v21.1.0
|
|
3
|
+
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -31,7 +31,7 @@ class LocationStrategy {
|
|
|
31
31
|
}
|
|
32
32
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
33
33
|
minVersion: "12.0.0",
|
|
34
|
-
version: "21.1.0
|
|
34
|
+
version: "21.1.0",
|
|
35
35
|
ngImport: i0,
|
|
36
36
|
type: LocationStrategy,
|
|
37
37
|
deps: [],
|
|
@@ -39,7 +39,7 @@ class LocationStrategy {
|
|
|
39
39
|
});
|
|
40
40
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
41
41
|
minVersion: "12.0.0",
|
|
42
|
-
version: "21.1.0
|
|
42
|
+
version: "21.1.0",
|
|
43
43
|
ngImport: i0,
|
|
44
44
|
type: LocationStrategy,
|
|
45
45
|
providedIn: 'root',
|
|
@@ -48,7 +48,7 @@ class LocationStrategy {
|
|
|
48
48
|
}
|
|
49
49
|
i0.ɵɵngDeclareClassMetadata({
|
|
50
50
|
minVersion: "12.0.0",
|
|
51
|
-
version: "21.1.0
|
|
51
|
+
version: "21.1.0",
|
|
52
52
|
ngImport: i0,
|
|
53
53
|
type: LocationStrategy,
|
|
54
54
|
decorators: [{
|
|
@@ -110,7 +110,7 @@ class PathLocationStrategy extends LocationStrategy {
|
|
|
110
110
|
}
|
|
111
111
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
112
112
|
minVersion: "12.0.0",
|
|
113
|
-
version: "21.1.0
|
|
113
|
+
version: "21.1.0",
|
|
114
114
|
ngImport: i0,
|
|
115
115
|
type: PathLocationStrategy,
|
|
116
116
|
deps: [{
|
|
@@ -123,7 +123,7 @@ class PathLocationStrategy extends LocationStrategy {
|
|
|
123
123
|
});
|
|
124
124
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
125
125
|
minVersion: "12.0.0",
|
|
126
|
-
version: "21.1.0
|
|
126
|
+
version: "21.1.0",
|
|
127
127
|
ngImport: i0,
|
|
128
128
|
type: PathLocationStrategy,
|
|
129
129
|
providedIn: 'root'
|
|
@@ -131,7 +131,7 @@ class PathLocationStrategy extends LocationStrategy {
|
|
|
131
131
|
}
|
|
132
132
|
i0.ɵɵngDeclareClassMetadata({
|
|
133
133
|
minVersion: "12.0.0",
|
|
134
|
-
version: "21.1.0
|
|
134
|
+
version: "21.1.0",
|
|
135
135
|
ngImport: i0,
|
|
136
136
|
type: PathLocationStrategy,
|
|
137
137
|
decorators: [{
|
|
@@ -240,7 +240,7 @@ class Location {
|
|
|
240
240
|
static stripTrailingSlash = stripTrailingSlash;
|
|
241
241
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
242
242
|
minVersion: "12.0.0",
|
|
243
|
-
version: "21.1.0
|
|
243
|
+
version: "21.1.0",
|
|
244
244
|
ngImport: i0,
|
|
245
245
|
type: Location,
|
|
246
246
|
deps: [{
|
|
@@ -250,7 +250,7 @@ class Location {
|
|
|
250
250
|
});
|
|
251
251
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
252
252
|
minVersion: "12.0.0",
|
|
253
|
-
version: "21.1.0
|
|
253
|
+
version: "21.1.0",
|
|
254
254
|
ngImport: i0,
|
|
255
255
|
type: Location,
|
|
256
256
|
providedIn: 'root',
|
|
@@ -259,7 +259,7 @@ class Location {
|
|
|
259
259
|
}
|
|
260
260
|
i0.ɵɵngDeclareClassMetadata({
|
|
261
261
|
minVersion: "12.0.0",
|
|
262
|
-
version: "21.1.0
|
|
262
|
+
version: "21.1.0",
|
|
263
263
|
ngImport: i0,
|
|
264
264
|
type: Location,
|
|
265
265
|
decorators: [{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.1.0
|
|
3
|
-
* (c) 2010-
|
|
2
|
+
* @license Angular v21.1.0
|
|
3
|
+
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -975,7 +975,7 @@ class FetchBackend {
|
|
|
975
975
|
}
|
|
976
976
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
977
977
|
minVersion: "12.0.0",
|
|
978
|
-
version: "21.1.0
|
|
978
|
+
version: "21.1.0",
|
|
979
979
|
ngImport: i0,
|
|
980
980
|
type: FetchBackend,
|
|
981
981
|
deps: [],
|
|
@@ -983,14 +983,14 @@ class FetchBackend {
|
|
|
983
983
|
});
|
|
984
984
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
985
985
|
minVersion: "12.0.0",
|
|
986
|
-
version: "21.1.0
|
|
986
|
+
version: "21.1.0",
|
|
987
987
|
ngImport: i0,
|
|
988
988
|
type: FetchBackend
|
|
989
989
|
});
|
|
990
990
|
}
|
|
991
991
|
i0.ɵɵngDeclareClassMetadata({
|
|
992
992
|
minVersion: "12.0.0",
|
|
993
|
-
version: "21.1.0
|
|
993
|
+
version: "21.1.0",
|
|
994
994
|
ngImport: i0,
|
|
995
995
|
type: FetchBackend,
|
|
996
996
|
decorators: [{
|
|
@@ -1245,7 +1245,7 @@ class HttpXhrBackend {
|
|
|
1245
1245
|
}
|
|
1246
1246
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1247
1247
|
minVersion: "12.0.0",
|
|
1248
|
-
version: "21.1.0
|
|
1248
|
+
version: "21.1.0",
|
|
1249
1249
|
ngImport: i0,
|
|
1250
1250
|
type: HttpXhrBackend,
|
|
1251
1251
|
deps: [{
|
|
@@ -1255,7 +1255,7 @@ class HttpXhrBackend {
|
|
|
1255
1255
|
});
|
|
1256
1256
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1257
1257
|
minVersion: "12.0.0",
|
|
1258
|
-
version: "21.1.0
|
|
1258
|
+
version: "21.1.0",
|
|
1259
1259
|
ngImport: i0,
|
|
1260
1260
|
type: HttpXhrBackend,
|
|
1261
1261
|
providedIn: 'root'
|
|
@@ -1263,7 +1263,7 @@ class HttpXhrBackend {
|
|
|
1263
1263
|
}
|
|
1264
1264
|
i0.ɵɵngDeclareClassMetadata({
|
|
1265
1265
|
minVersion: "12.0.0",
|
|
1266
|
-
version: "21.1.0
|
|
1266
|
+
version: "21.1.0",
|
|
1267
1267
|
ngImport: i0,
|
|
1268
1268
|
type: HttpXhrBackend,
|
|
1269
1269
|
decorators: [{
|
|
@@ -1319,7 +1319,7 @@ function legacyInterceptorFnFactory() {
|
|
|
1319
1319
|
class HttpBackend {
|
|
1320
1320
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1321
1321
|
minVersion: "12.0.0",
|
|
1322
|
-
version: "21.1.0
|
|
1322
|
+
version: "21.1.0",
|
|
1323
1323
|
ngImport: i0,
|
|
1324
1324
|
type: HttpBackend,
|
|
1325
1325
|
deps: [],
|
|
@@ -1327,7 +1327,7 @@ class HttpBackend {
|
|
|
1327
1327
|
});
|
|
1328
1328
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1329
1329
|
minVersion: "12.0.0",
|
|
1330
|
-
version: "21.1.0
|
|
1330
|
+
version: "21.1.0",
|
|
1331
1331
|
ngImport: i0,
|
|
1332
1332
|
type: HttpBackend,
|
|
1333
1333
|
providedIn: 'root',
|
|
@@ -1336,7 +1336,7 @@ class HttpBackend {
|
|
|
1336
1336
|
}
|
|
1337
1337
|
i0.ɵɵngDeclareClassMetadata({
|
|
1338
1338
|
minVersion: "12.0.0",
|
|
1339
|
-
version: "21.1.0
|
|
1339
|
+
version: "21.1.0",
|
|
1340
1340
|
ngImport: i0,
|
|
1341
1341
|
type: HttpBackend,
|
|
1342
1342
|
decorators: [{
|
|
@@ -1379,7 +1379,7 @@ class HttpInterceptorHandler {
|
|
|
1379
1379
|
}
|
|
1380
1380
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1381
1381
|
minVersion: "12.0.0",
|
|
1382
|
-
version: "21.1.0
|
|
1382
|
+
version: "21.1.0",
|
|
1383
1383
|
ngImport: i0,
|
|
1384
1384
|
type: HttpInterceptorHandler,
|
|
1385
1385
|
deps: [{
|
|
@@ -1391,7 +1391,7 @@ class HttpInterceptorHandler {
|
|
|
1391
1391
|
});
|
|
1392
1392
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1393
1393
|
minVersion: "12.0.0",
|
|
1394
|
-
version: "21.1.0
|
|
1394
|
+
version: "21.1.0",
|
|
1395
1395
|
ngImport: i0,
|
|
1396
1396
|
type: HttpInterceptorHandler,
|
|
1397
1397
|
providedIn: 'root'
|
|
@@ -1399,7 +1399,7 @@ class HttpInterceptorHandler {
|
|
|
1399
1399
|
}
|
|
1400
1400
|
i0.ɵɵngDeclareClassMetadata({
|
|
1401
1401
|
minVersion: "12.0.0",
|
|
1402
|
-
version: "21.1.0
|
|
1402
|
+
version: "21.1.0",
|
|
1403
1403
|
ngImport: i0,
|
|
1404
1404
|
type: HttpInterceptorHandler,
|
|
1405
1405
|
decorators: [{
|
|
@@ -1417,7 +1417,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
1417
1417
|
class HttpHandler {
|
|
1418
1418
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1419
1419
|
minVersion: "12.0.0",
|
|
1420
|
-
version: "21.1.0
|
|
1420
|
+
version: "21.1.0",
|
|
1421
1421
|
ngImport: i0,
|
|
1422
1422
|
type: HttpHandler,
|
|
1423
1423
|
deps: [],
|
|
@@ -1425,7 +1425,7 @@ class HttpHandler {
|
|
|
1425
1425
|
});
|
|
1426
1426
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1427
1427
|
minVersion: "12.0.0",
|
|
1428
|
-
version: "21.1.0
|
|
1428
|
+
version: "21.1.0",
|
|
1429
1429
|
ngImport: i0,
|
|
1430
1430
|
type: HttpHandler,
|
|
1431
1431
|
providedIn: 'root',
|
|
@@ -1434,7 +1434,7 @@ class HttpHandler {
|
|
|
1434
1434
|
}
|
|
1435
1435
|
i0.ɵɵngDeclareClassMetadata({
|
|
1436
1436
|
minVersion: "12.0.0",
|
|
1437
|
-
version: "21.1.0
|
|
1437
|
+
version: "21.1.0",
|
|
1438
1438
|
ngImport: i0,
|
|
1439
1439
|
type: HttpHandler,
|
|
1440
1440
|
decorators: [{
|
|
@@ -1584,7 +1584,7 @@ class HttpClient {
|
|
|
1584
1584
|
}
|
|
1585
1585
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1586
1586
|
minVersion: "12.0.0",
|
|
1587
|
-
version: "21.1.0
|
|
1587
|
+
version: "21.1.0",
|
|
1588
1588
|
ngImport: i0,
|
|
1589
1589
|
type: HttpClient,
|
|
1590
1590
|
deps: [{
|
|
@@ -1594,7 +1594,7 @@ class HttpClient {
|
|
|
1594
1594
|
});
|
|
1595
1595
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1596
1596
|
minVersion: "12.0.0",
|
|
1597
|
-
version: "21.1.0
|
|
1597
|
+
version: "21.1.0",
|
|
1598
1598
|
ngImport: i0,
|
|
1599
1599
|
type: HttpClient,
|
|
1600
1600
|
providedIn: 'root'
|
|
@@ -1602,7 +1602,7 @@ class HttpClient {
|
|
|
1602
1602
|
}
|
|
1603
1603
|
i0.ɵɵngDeclareClassMetadata({
|
|
1604
1604
|
minVersion: "12.0.0",
|
|
1605
|
-
version: "21.1.0
|
|
1605
|
+
version: "21.1.0",
|
|
1606
1606
|
ngImport: i0,
|
|
1607
1607
|
type: HttpClient,
|
|
1608
1608
|
decorators: [{
|
|
@@ -1717,7 +1717,7 @@ class JsonpClientBackend {
|
|
|
1717
1717
|
}
|
|
1718
1718
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1719
1719
|
minVersion: "12.0.0",
|
|
1720
|
-
version: "21.1.0
|
|
1720
|
+
version: "21.1.0",
|
|
1721
1721
|
ngImport: i0,
|
|
1722
1722
|
type: JsonpClientBackend,
|
|
1723
1723
|
deps: [{
|
|
@@ -1729,14 +1729,14 @@ class JsonpClientBackend {
|
|
|
1729
1729
|
});
|
|
1730
1730
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1731
1731
|
minVersion: "12.0.0",
|
|
1732
|
-
version: "21.1.0
|
|
1732
|
+
version: "21.1.0",
|
|
1733
1733
|
ngImport: i0,
|
|
1734
1734
|
type: JsonpClientBackend
|
|
1735
1735
|
});
|
|
1736
1736
|
}
|
|
1737
1737
|
i0.ɵɵngDeclareClassMetadata({
|
|
1738
1738
|
minVersion: "12.0.0",
|
|
1739
|
-
version: "21.1.0
|
|
1739
|
+
version: "21.1.0",
|
|
1740
1740
|
ngImport: i0,
|
|
1741
1741
|
type: JsonpClientBackend,
|
|
1742
1742
|
decorators: [{
|
|
@@ -1768,7 +1768,7 @@ class JsonpInterceptor {
|
|
|
1768
1768
|
}
|
|
1769
1769
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1770
1770
|
minVersion: "12.0.0",
|
|
1771
|
-
version: "21.1.0
|
|
1771
|
+
version: "21.1.0",
|
|
1772
1772
|
ngImport: i0,
|
|
1773
1773
|
type: JsonpInterceptor,
|
|
1774
1774
|
deps: [{
|
|
@@ -1778,14 +1778,14 @@ class JsonpInterceptor {
|
|
|
1778
1778
|
});
|
|
1779
1779
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1780
1780
|
minVersion: "12.0.0",
|
|
1781
|
-
version: "21.1.0
|
|
1781
|
+
version: "21.1.0",
|
|
1782
1782
|
ngImport: i0,
|
|
1783
1783
|
type: JsonpInterceptor
|
|
1784
1784
|
});
|
|
1785
1785
|
}
|
|
1786
1786
|
i0.ɵɵngDeclareClassMetadata({
|
|
1787
1787
|
minVersion: "12.0.0",
|
|
1788
|
-
version: "21.1.0
|
|
1788
|
+
version: "21.1.0",
|
|
1789
1789
|
ngImport: i0,
|
|
1790
1790
|
type: JsonpInterceptor,
|
|
1791
1791
|
decorators: [{
|
|
@@ -1805,7 +1805,6 @@ const XSRF_COOKIE_NAME = new InjectionToken(typeof ngDevMode !== 'undefined' &&
|
|
|
1805
1805
|
});
|
|
1806
1806
|
const XSRF_DEFAULT_HEADER_NAME = 'X-XSRF-TOKEN';
|
|
1807
1807
|
const XSRF_HEADER_NAME = new InjectionToken(typeof ngDevMode !== 'undefined' && ngDevMode ? 'XSRF_HEADER_NAME' : '', {
|
|
1808
|
-
providedIn: 'root',
|
|
1809
1808
|
factory: () => XSRF_DEFAULT_HEADER_NAME
|
|
1810
1809
|
});
|
|
1811
1810
|
class HttpXsrfCookieExtractor {
|
|
@@ -1828,7 +1827,7 @@ class HttpXsrfCookieExtractor {
|
|
|
1828
1827
|
}
|
|
1829
1828
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1830
1829
|
minVersion: "12.0.0",
|
|
1831
|
-
version: "21.1.0
|
|
1830
|
+
version: "21.1.0",
|
|
1832
1831
|
ngImport: i0,
|
|
1833
1832
|
type: HttpXsrfCookieExtractor,
|
|
1834
1833
|
deps: [],
|
|
@@ -1836,7 +1835,7 @@ class HttpXsrfCookieExtractor {
|
|
|
1836
1835
|
});
|
|
1837
1836
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1838
1837
|
minVersion: "12.0.0",
|
|
1839
|
-
version: "21.1.0
|
|
1838
|
+
version: "21.1.0",
|
|
1840
1839
|
ngImport: i0,
|
|
1841
1840
|
type: HttpXsrfCookieExtractor,
|
|
1842
1841
|
providedIn: 'root'
|
|
@@ -1844,7 +1843,7 @@ class HttpXsrfCookieExtractor {
|
|
|
1844
1843
|
}
|
|
1845
1844
|
i0.ɵɵngDeclareClassMetadata({
|
|
1846
1845
|
minVersion: "12.0.0",
|
|
1847
|
-
version: "21.1.0
|
|
1846
|
+
version: "21.1.0",
|
|
1848
1847
|
ngImport: i0,
|
|
1849
1848
|
type: HttpXsrfCookieExtractor,
|
|
1850
1849
|
decorators: [{
|
|
@@ -1857,7 +1856,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
1857
1856
|
class HttpXsrfTokenExtractor {
|
|
1858
1857
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1859
1858
|
minVersion: "12.0.0",
|
|
1860
|
-
version: "21.1.0
|
|
1859
|
+
version: "21.1.0",
|
|
1861
1860
|
ngImport: i0,
|
|
1862
1861
|
type: HttpXsrfTokenExtractor,
|
|
1863
1862
|
deps: [],
|
|
@@ -1865,7 +1864,7 @@ class HttpXsrfTokenExtractor {
|
|
|
1865
1864
|
});
|
|
1866
1865
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1867
1866
|
minVersion: "12.0.0",
|
|
1868
|
-
version: "21.1.0
|
|
1867
|
+
version: "21.1.0",
|
|
1869
1868
|
ngImport: i0,
|
|
1870
1869
|
type: HttpXsrfTokenExtractor,
|
|
1871
1870
|
providedIn: 'root',
|
|
@@ -1874,7 +1873,7 @@ class HttpXsrfTokenExtractor {
|
|
|
1874
1873
|
}
|
|
1875
1874
|
i0.ɵɵngDeclareClassMetadata({
|
|
1876
1875
|
minVersion: "12.0.0",
|
|
1877
|
-
version: "21.1.0
|
|
1876
|
+
version: "21.1.0",
|
|
1878
1877
|
ngImport: i0,
|
|
1879
1878
|
type: HttpXsrfTokenExtractor,
|
|
1880
1879
|
decorators: [{
|
|
@@ -1919,7 +1918,7 @@ class HttpXsrfInterceptor {
|
|
|
1919
1918
|
}
|
|
1920
1919
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1921
1920
|
minVersion: "12.0.0",
|
|
1922
|
-
version: "21.1.0
|
|
1921
|
+
version: "21.1.0",
|
|
1923
1922
|
ngImport: i0,
|
|
1924
1923
|
type: HttpXsrfInterceptor,
|
|
1925
1924
|
deps: [],
|
|
@@ -1927,14 +1926,14 @@ class HttpXsrfInterceptor {
|
|
|
1927
1926
|
});
|
|
1928
1927
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1929
1928
|
minVersion: "12.0.0",
|
|
1930
|
-
version: "21.1.0
|
|
1929
|
+
version: "21.1.0",
|
|
1931
1930
|
ngImport: i0,
|
|
1932
1931
|
type: HttpXsrfInterceptor
|
|
1933
1932
|
});
|
|
1934
1933
|
}
|
|
1935
1934
|
i0.ɵɵngDeclareClassMetadata({
|
|
1936
1935
|
minVersion: "12.0.0",
|
|
1937
|
-
version: "21.1.0
|
|
1936
|
+
version: "21.1.0",
|
|
1938
1937
|
ngImport: i0,
|
|
1939
1938
|
type: HttpXsrfInterceptor,
|
|
1940
1939
|
decorators: [{
|
|
@@ -2080,7 +2079,7 @@ class HttpClientXsrfModule {
|
|
|
2080
2079
|
}
|
|
2081
2080
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2082
2081
|
minVersion: "12.0.0",
|
|
2083
|
-
version: "21.1.0
|
|
2082
|
+
version: "21.1.0",
|
|
2084
2083
|
ngImport: i0,
|
|
2085
2084
|
type: HttpClientXsrfModule,
|
|
2086
2085
|
deps: [],
|
|
@@ -2088,13 +2087,13 @@ class HttpClientXsrfModule {
|
|
|
2088
2087
|
});
|
|
2089
2088
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
2090
2089
|
minVersion: "14.0.0",
|
|
2091
|
-
version: "21.1.0
|
|
2090
|
+
version: "21.1.0",
|
|
2092
2091
|
ngImport: i0,
|
|
2093
2092
|
type: HttpClientXsrfModule
|
|
2094
2093
|
});
|
|
2095
2094
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
2096
2095
|
minVersion: "12.0.0",
|
|
2097
|
-
version: "21.1.0
|
|
2096
|
+
version: "21.1.0",
|
|
2098
2097
|
ngImport: i0,
|
|
2099
2098
|
type: HttpClientXsrfModule,
|
|
2100
2099
|
providers: [HttpXsrfInterceptor, {
|
|
@@ -2115,7 +2114,7 @@ class HttpClientXsrfModule {
|
|
|
2115
2114
|
}
|
|
2116
2115
|
i0.ɵɵngDeclareClassMetadata({
|
|
2117
2116
|
minVersion: "12.0.0",
|
|
2118
|
-
version: "21.1.0
|
|
2117
|
+
version: "21.1.0",
|
|
2119
2118
|
ngImport: i0,
|
|
2120
2119
|
type: HttpClientXsrfModule,
|
|
2121
2120
|
decorators: [{
|
|
@@ -2141,7 +2140,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
2141
2140
|
class HttpClientModule {
|
|
2142
2141
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2143
2142
|
minVersion: "12.0.0",
|
|
2144
|
-
version: "21.1.0
|
|
2143
|
+
version: "21.1.0",
|
|
2145
2144
|
ngImport: i0,
|
|
2146
2145
|
type: HttpClientModule,
|
|
2147
2146
|
deps: [],
|
|
@@ -2149,13 +2148,13 @@ class HttpClientModule {
|
|
|
2149
2148
|
});
|
|
2150
2149
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
2151
2150
|
minVersion: "14.0.0",
|
|
2152
|
-
version: "21.1.0
|
|
2151
|
+
version: "21.1.0",
|
|
2153
2152
|
ngImport: i0,
|
|
2154
2153
|
type: HttpClientModule
|
|
2155
2154
|
});
|
|
2156
2155
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
2157
2156
|
minVersion: "12.0.0",
|
|
2158
|
-
version: "21.1.0
|
|
2157
|
+
version: "21.1.0",
|
|
2159
2158
|
ngImport: i0,
|
|
2160
2159
|
type: HttpClientModule,
|
|
2161
2160
|
providers: [provideHttpClient(withInterceptorsFromDi())]
|
|
@@ -2163,7 +2162,7 @@ class HttpClientModule {
|
|
|
2163
2162
|
}
|
|
2164
2163
|
i0.ɵɵngDeclareClassMetadata({
|
|
2165
2164
|
minVersion: "12.0.0",
|
|
2166
|
-
version: "21.1.0
|
|
2165
|
+
version: "21.1.0",
|
|
2167
2166
|
ngImport: i0,
|
|
2168
2167
|
type: HttpClientModule,
|
|
2169
2168
|
decorators: [{
|
|
@@ -2176,7 +2175,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
2176
2175
|
class HttpClientJsonpModule {
|
|
2177
2176
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2178
2177
|
minVersion: "12.0.0",
|
|
2179
|
-
version: "21.1.0
|
|
2178
|
+
version: "21.1.0",
|
|
2180
2179
|
ngImport: i0,
|
|
2181
2180
|
type: HttpClientJsonpModule,
|
|
2182
2181
|
deps: [],
|
|
@@ -2184,13 +2183,13 @@ class HttpClientJsonpModule {
|
|
|
2184
2183
|
});
|
|
2185
2184
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
2186
2185
|
minVersion: "14.0.0",
|
|
2187
|
-
version: "21.1.0
|
|
2186
|
+
version: "21.1.0",
|
|
2188
2187
|
ngImport: i0,
|
|
2189
2188
|
type: HttpClientJsonpModule
|
|
2190
2189
|
});
|
|
2191
2190
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
2192
2191
|
minVersion: "12.0.0",
|
|
2193
|
-
version: "21.1.0
|
|
2192
|
+
version: "21.1.0",
|
|
2194
2193
|
ngImport: i0,
|
|
2195
2194
|
type: HttpClientJsonpModule,
|
|
2196
2195
|
providers: [withJsonpSupport().ɵproviders]
|
|
@@ -2198,7 +2197,7 @@ class HttpClientJsonpModule {
|
|
|
2198
2197
|
}
|
|
2199
2198
|
i0.ɵɵngDeclareClassMetadata({
|
|
2200
2199
|
minVersion: "12.0.0",
|
|
2201
|
-
version: "21.1.0
|
|
2200
|
+
version: "21.1.0",
|
|
2202
2201
|
ngImport: i0,
|
|
2203
2202
|
type: HttpClientJsonpModule,
|
|
2204
2203
|
decorators: [{
|