@angular/common 21.2.0-rc.0 → 21.2.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/fesm2022/_common_module-chunk.mjs +94 -87
- package/fesm2022/_common_module-chunk.mjs.map +1 -1
- package/fesm2022/_location-chunk.mjs +16 -16
- package/fesm2022/_location-chunk.mjs.map +1 -1
- package/fesm2022/_module-chunk.mjs +46 -46
- package/fesm2022/_module-chunk.mjs.map +1 -1
- package/fesm2022/_platform_location-chunk.mjs +7 -7
- package/fesm2022/_platform_location-chunk.mjs.map +1 -1
- package/fesm2022/_platform_navigation-chunk.mjs +4 -4
- package/fesm2022/_platform_navigation-chunk.mjs.map +1 -1
- package/fesm2022/_xhr-chunk.mjs +1 -1
- package/fesm2022/_xhr-chunk.mjs.map +1 -1
- package/fesm2022/common.mjs +62 -29
- package/fesm2022/common.mjs.map +1 -1
- package/fesm2022/http-testing.mjs +8 -8
- package/fesm2022/http-testing.mjs.map +1 -1
- package/fesm2022/http.mjs +1 -1
- package/fesm2022/http.mjs.map +1 -1
- package/fesm2022/testing.mjs +13 -13
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/upgrade.mjs +5 -5
- package/fesm2022/upgrade.mjs.map +1 -1
- package/package.json +2 -2
- package/types/_common_module-chunk.d.ts +1 -1
- package/types/_module-chunk.d.ts +1 -1
- package/types/_platform_location-chunk.d.ts +1 -1
- package/types/_xhr-chunk.d.ts +1 -1
- package/types/common.d.ts +1 -1
- package/types/http-testing.d.ts +1 -1
- package/types/http.d.ts +1 -1
- package/types/testing.d.ts +1 -1
- package/types/upgrade.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.2.0
|
|
2
|
+
* @license Angular v21.2.0
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -975,7 +975,7 @@ class FetchBackend {
|
|
|
975
975
|
}
|
|
976
976
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
977
977
|
minVersion: "12.0.0",
|
|
978
|
-
version: "21.2.0
|
|
978
|
+
version: "21.2.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.2.0
|
|
986
|
+
version: "21.2.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.2.0
|
|
993
|
+
version: "21.2.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.2.0
|
|
1248
|
+
version: "21.2.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.2.0
|
|
1258
|
+
version: "21.2.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.2.0
|
|
1266
|
+
version: "21.2.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.2.0
|
|
1322
|
+
version: "21.2.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.2.0
|
|
1330
|
+
version: "21.2.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.2.0
|
|
1339
|
+
version: "21.2.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.2.0
|
|
1382
|
+
version: "21.2.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.2.0
|
|
1394
|
+
version: "21.2.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.2.0
|
|
1402
|
+
version: "21.2.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.2.0
|
|
1420
|
+
version: "21.2.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.2.0
|
|
1428
|
+
version: "21.2.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.2.0
|
|
1437
|
+
version: "21.2.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.2.0
|
|
1587
|
+
version: "21.2.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.2.0
|
|
1597
|
+
version: "21.2.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.2.0
|
|
1605
|
+
version: "21.2.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.2.0
|
|
1720
|
+
version: "21.2.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.2.0
|
|
1732
|
+
version: "21.2.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.2.0
|
|
1739
|
+
version: "21.2.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.2.0
|
|
1771
|
+
version: "21.2.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.2.0
|
|
1781
|
+
version: "21.2.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.2.0
|
|
1788
|
+
version: "21.2.0",
|
|
1789
1789
|
ngImport: i0,
|
|
1790
1790
|
type: JsonpInterceptor,
|
|
1791
1791
|
decorators: [{
|
|
@@ -1827,7 +1827,7 @@ class HttpXsrfCookieExtractor {
|
|
|
1827
1827
|
}
|
|
1828
1828
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1829
1829
|
minVersion: "12.0.0",
|
|
1830
|
-
version: "21.2.0
|
|
1830
|
+
version: "21.2.0",
|
|
1831
1831
|
ngImport: i0,
|
|
1832
1832
|
type: HttpXsrfCookieExtractor,
|
|
1833
1833
|
deps: [],
|
|
@@ -1835,7 +1835,7 @@ class HttpXsrfCookieExtractor {
|
|
|
1835
1835
|
});
|
|
1836
1836
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1837
1837
|
minVersion: "12.0.0",
|
|
1838
|
-
version: "21.2.0
|
|
1838
|
+
version: "21.2.0",
|
|
1839
1839
|
ngImport: i0,
|
|
1840
1840
|
type: HttpXsrfCookieExtractor,
|
|
1841
1841
|
providedIn: 'root'
|
|
@@ -1843,7 +1843,7 @@ class HttpXsrfCookieExtractor {
|
|
|
1843
1843
|
}
|
|
1844
1844
|
i0.ɵɵngDeclareClassMetadata({
|
|
1845
1845
|
minVersion: "12.0.0",
|
|
1846
|
-
version: "21.2.0
|
|
1846
|
+
version: "21.2.0",
|
|
1847
1847
|
ngImport: i0,
|
|
1848
1848
|
type: HttpXsrfCookieExtractor,
|
|
1849
1849
|
decorators: [{
|
|
@@ -1856,7 +1856,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
1856
1856
|
class HttpXsrfTokenExtractor {
|
|
1857
1857
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1858
1858
|
minVersion: "12.0.0",
|
|
1859
|
-
version: "21.2.0
|
|
1859
|
+
version: "21.2.0",
|
|
1860
1860
|
ngImport: i0,
|
|
1861
1861
|
type: HttpXsrfTokenExtractor,
|
|
1862
1862
|
deps: [],
|
|
@@ -1864,7 +1864,7 @@ class HttpXsrfTokenExtractor {
|
|
|
1864
1864
|
});
|
|
1865
1865
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1866
1866
|
minVersion: "12.0.0",
|
|
1867
|
-
version: "21.2.0
|
|
1867
|
+
version: "21.2.0",
|
|
1868
1868
|
ngImport: i0,
|
|
1869
1869
|
type: HttpXsrfTokenExtractor,
|
|
1870
1870
|
providedIn: 'root',
|
|
@@ -1873,7 +1873,7 @@ class HttpXsrfTokenExtractor {
|
|
|
1873
1873
|
}
|
|
1874
1874
|
i0.ɵɵngDeclareClassMetadata({
|
|
1875
1875
|
minVersion: "12.0.0",
|
|
1876
|
-
version: "21.2.0
|
|
1876
|
+
version: "21.2.0",
|
|
1877
1877
|
ngImport: i0,
|
|
1878
1878
|
type: HttpXsrfTokenExtractor,
|
|
1879
1879
|
decorators: [{
|
|
@@ -1918,7 +1918,7 @@ class HttpXsrfInterceptor {
|
|
|
1918
1918
|
}
|
|
1919
1919
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1920
1920
|
minVersion: "12.0.0",
|
|
1921
|
-
version: "21.2.0
|
|
1921
|
+
version: "21.2.0",
|
|
1922
1922
|
ngImport: i0,
|
|
1923
1923
|
type: HttpXsrfInterceptor,
|
|
1924
1924
|
deps: [],
|
|
@@ -1926,14 +1926,14 @@ class HttpXsrfInterceptor {
|
|
|
1926
1926
|
});
|
|
1927
1927
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1928
1928
|
minVersion: "12.0.0",
|
|
1929
|
-
version: "21.2.0
|
|
1929
|
+
version: "21.2.0",
|
|
1930
1930
|
ngImport: i0,
|
|
1931
1931
|
type: HttpXsrfInterceptor
|
|
1932
1932
|
});
|
|
1933
1933
|
}
|
|
1934
1934
|
i0.ɵɵngDeclareClassMetadata({
|
|
1935
1935
|
minVersion: "12.0.0",
|
|
1936
|
-
version: "21.2.0
|
|
1936
|
+
version: "21.2.0",
|
|
1937
1937
|
ngImport: i0,
|
|
1938
1938
|
type: HttpXsrfInterceptor,
|
|
1939
1939
|
decorators: [{
|
|
@@ -2079,7 +2079,7 @@ class HttpClientXsrfModule {
|
|
|
2079
2079
|
}
|
|
2080
2080
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2081
2081
|
minVersion: "12.0.0",
|
|
2082
|
-
version: "21.2.0
|
|
2082
|
+
version: "21.2.0",
|
|
2083
2083
|
ngImport: i0,
|
|
2084
2084
|
type: HttpClientXsrfModule,
|
|
2085
2085
|
deps: [],
|
|
@@ -2087,13 +2087,13 @@ class HttpClientXsrfModule {
|
|
|
2087
2087
|
});
|
|
2088
2088
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
2089
2089
|
minVersion: "14.0.0",
|
|
2090
|
-
version: "21.2.0
|
|
2090
|
+
version: "21.2.0",
|
|
2091
2091
|
ngImport: i0,
|
|
2092
2092
|
type: HttpClientXsrfModule
|
|
2093
2093
|
});
|
|
2094
2094
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
2095
2095
|
minVersion: "12.0.0",
|
|
2096
|
-
version: "21.2.0
|
|
2096
|
+
version: "21.2.0",
|
|
2097
2097
|
ngImport: i0,
|
|
2098
2098
|
type: HttpClientXsrfModule,
|
|
2099
2099
|
providers: [HttpXsrfInterceptor, {
|
|
@@ -2114,7 +2114,7 @@ class HttpClientXsrfModule {
|
|
|
2114
2114
|
}
|
|
2115
2115
|
i0.ɵɵngDeclareClassMetadata({
|
|
2116
2116
|
minVersion: "12.0.0",
|
|
2117
|
-
version: "21.2.0
|
|
2117
|
+
version: "21.2.0",
|
|
2118
2118
|
ngImport: i0,
|
|
2119
2119
|
type: HttpClientXsrfModule,
|
|
2120
2120
|
decorators: [{
|
|
@@ -2140,7 +2140,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
2140
2140
|
class HttpClientModule {
|
|
2141
2141
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2142
2142
|
minVersion: "12.0.0",
|
|
2143
|
-
version: "21.2.0
|
|
2143
|
+
version: "21.2.0",
|
|
2144
2144
|
ngImport: i0,
|
|
2145
2145
|
type: HttpClientModule,
|
|
2146
2146
|
deps: [],
|
|
@@ -2148,13 +2148,13 @@ class HttpClientModule {
|
|
|
2148
2148
|
});
|
|
2149
2149
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
2150
2150
|
minVersion: "14.0.0",
|
|
2151
|
-
version: "21.2.0
|
|
2151
|
+
version: "21.2.0",
|
|
2152
2152
|
ngImport: i0,
|
|
2153
2153
|
type: HttpClientModule
|
|
2154
2154
|
});
|
|
2155
2155
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
2156
2156
|
minVersion: "12.0.0",
|
|
2157
|
-
version: "21.2.0
|
|
2157
|
+
version: "21.2.0",
|
|
2158
2158
|
ngImport: i0,
|
|
2159
2159
|
type: HttpClientModule,
|
|
2160
2160
|
providers: [provideHttpClient(withInterceptorsFromDi())]
|
|
@@ -2162,7 +2162,7 @@ class HttpClientModule {
|
|
|
2162
2162
|
}
|
|
2163
2163
|
i0.ɵɵngDeclareClassMetadata({
|
|
2164
2164
|
minVersion: "12.0.0",
|
|
2165
|
-
version: "21.2.0
|
|
2165
|
+
version: "21.2.0",
|
|
2166
2166
|
ngImport: i0,
|
|
2167
2167
|
type: HttpClientModule,
|
|
2168
2168
|
decorators: [{
|
|
@@ -2175,7 +2175,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
2175
2175
|
class HttpClientJsonpModule {
|
|
2176
2176
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2177
2177
|
minVersion: "12.0.0",
|
|
2178
|
-
version: "21.2.0
|
|
2178
|
+
version: "21.2.0",
|
|
2179
2179
|
ngImport: i0,
|
|
2180
2180
|
type: HttpClientJsonpModule,
|
|
2181
2181
|
deps: [],
|
|
@@ -2183,13 +2183,13 @@ class HttpClientJsonpModule {
|
|
|
2183
2183
|
});
|
|
2184
2184
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
2185
2185
|
minVersion: "14.0.0",
|
|
2186
|
-
version: "21.2.0
|
|
2186
|
+
version: "21.2.0",
|
|
2187
2187
|
ngImport: i0,
|
|
2188
2188
|
type: HttpClientJsonpModule
|
|
2189
2189
|
});
|
|
2190
2190
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
2191
2191
|
minVersion: "12.0.0",
|
|
2192
|
-
version: "21.2.0
|
|
2192
|
+
version: "21.2.0",
|
|
2193
2193
|
ngImport: i0,
|
|
2194
2194
|
type: HttpClientJsonpModule,
|
|
2195
2195
|
providers: [withJsonpSupport().ɵproviders]
|
|
@@ -2197,7 +2197,7 @@ class HttpClientJsonpModule {
|
|
|
2197
2197
|
}
|
|
2198
2198
|
i0.ɵɵngDeclareClassMetadata({
|
|
2199
2199
|
minVersion: "12.0.0",
|
|
2200
|
-
version: "21.2.0
|
|
2200
|
+
version: "21.2.0",
|
|
2201
2201
|
ngImport: i0,
|
|
2202
2202
|
type: HttpClientJsonpModule,
|
|
2203
2203
|
decorators: [{
|