@angular/common 21.2.0-next.1 → 21.2.0-next.3
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 +103 -97
- package/fesm2022/_common_module-chunk.mjs.map +1 -1
- package/fesm2022/_location-chunk.mjs +16 -16
- package/fesm2022/_module-chunk.mjs +46 -46
- package/fesm2022/_platform_location-chunk.mjs +7 -7
- package/fesm2022/_platform_navigation-chunk.mjs +4 -4
- package/fesm2022/_xhr-chunk.mjs +1 -1
- package/fesm2022/common.mjs +42 -17
- package/fesm2022/common.mjs.map +1 -1
- package/fesm2022/http-testing.mjs +8 -8
- package/fesm2022/http.mjs +19 -4
- package/fesm2022/http.mjs.map +1 -1
- package/fesm2022/testing.mjs +13 -13
- package/fesm2022/upgrade.mjs +5 -5
- package/package.json +2 -2
- package/types/_common_module-chunk.d.ts +11 -3
- 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 +10 -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-next.
|
|
2
|
+
* @license Angular v21.2.0-next.3
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -31,7 +31,7 @@ class LocationStrategy {
|
|
|
31
31
|
}
|
|
32
32
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
33
33
|
minVersion: "12.0.0",
|
|
34
|
-
version: "21.2.0-next.
|
|
34
|
+
version: "21.2.0-next.3",
|
|
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.2.0-next.
|
|
42
|
+
version: "21.2.0-next.3",
|
|
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.2.0-next.
|
|
51
|
+
version: "21.2.0-next.3",
|
|
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.2.0-next.
|
|
113
|
+
version: "21.2.0-next.3",
|
|
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.2.0-next.
|
|
126
|
+
version: "21.2.0-next.3",
|
|
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.2.0-next.
|
|
134
|
+
version: "21.2.0-next.3",
|
|
135
135
|
ngImport: i0,
|
|
136
136
|
type: PathLocationStrategy,
|
|
137
137
|
decorators: [{
|
|
@@ -162,7 +162,7 @@ class NoTrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
162
162
|
}
|
|
163
163
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
164
164
|
minVersion: "12.0.0",
|
|
165
|
-
version: "21.2.0-next.
|
|
165
|
+
version: "21.2.0-next.3",
|
|
166
166
|
ngImport: i0,
|
|
167
167
|
type: NoTrailingSlashPathLocationStrategy,
|
|
168
168
|
deps: null,
|
|
@@ -170,7 +170,7 @@ class NoTrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
170
170
|
});
|
|
171
171
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
172
172
|
minVersion: "12.0.0",
|
|
173
|
-
version: "21.2.0-next.
|
|
173
|
+
version: "21.2.0-next.3",
|
|
174
174
|
ngImport: i0,
|
|
175
175
|
type: NoTrailingSlashPathLocationStrategy,
|
|
176
176
|
providedIn: 'root'
|
|
@@ -178,7 +178,7 @@ class NoTrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
178
178
|
}
|
|
179
179
|
i0.ɵɵngDeclareClassMetadata({
|
|
180
180
|
minVersion: "12.0.0",
|
|
181
|
-
version: "21.2.0-next.
|
|
181
|
+
version: "21.2.0-next.3",
|
|
182
182
|
ngImport: i0,
|
|
183
183
|
type: NoTrailingSlashPathLocationStrategy,
|
|
184
184
|
decorators: [{
|
|
@@ -198,7 +198,7 @@ class TrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
198
198
|
}
|
|
199
199
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
200
200
|
minVersion: "12.0.0",
|
|
201
|
-
version: "21.2.0-next.
|
|
201
|
+
version: "21.2.0-next.3",
|
|
202
202
|
ngImport: i0,
|
|
203
203
|
type: TrailingSlashPathLocationStrategy,
|
|
204
204
|
deps: null,
|
|
@@ -206,7 +206,7 @@ class TrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
206
206
|
});
|
|
207
207
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
208
208
|
minVersion: "12.0.0",
|
|
209
|
-
version: "21.2.0-next.
|
|
209
|
+
version: "21.2.0-next.3",
|
|
210
210
|
ngImport: i0,
|
|
211
211
|
type: TrailingSlashPathLocationStrategy,
|
|
212
212
|
providedIn: 'root'
|
|
@@ -214,7 +214,7 @@ class TrailingSlashPathLocationStrategy extends PathLocationStrategy {
|
|
|
214
214
|
}
|
|
215
215
|
i0.ɵɵngDeclareClassMetadata({
|
|
216
216
|
minVersion: "12.0.0",
|
|
217
|
-
version: "21.2.0-next.
|
|
217
|
+
version: "21.2.0-next.3",
|
|
218
218
|
ngImport: i0,
|
|
219
219
|
type: TrailingSlashPathLocationStrategy,
|
|
220
220
|
decorators: [{
|
|
@@ -317,7 +317,7 @@ class Location {
|
|
|
317
317
|
static stripTrailingSlash = stripTrailingSlash;
|
|
318
318
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
319
319
|
minVersion: "12.0.0",
|
|
320
|
-
version: "21.2.0-next.
|
|
320
|
+
version: "21.2.0-next.3",
|
|
321
321
|
ngImport: i0,
|
|
322
322
|
type: Location,
|
|
323
323
|
deps: [{
|
|
@@ -327,7 +327,7 @@ class Location {
|
|
|
327
327
|
});
|
|
328
328
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
329
329
|
minVersion: "12.0.0",
|
|
330
|
-
version: "21.2.0-next.
|
|
330
|
+
version: "21.2.0-next.3",
|
|
331
331
|
ngImport: i0,
|
|
332
332
|
type: Location,
|
|
333
333
|
providedIn: 'root',
|
|
@@ -336,7 +336,7 @@ class Location {
|
|
|
336
336
|
}
|
|
337
337
|
i0.ɵɵngDeclareClassMetadata({
|
|
338
338
|
minVersion: "12.0.0",
|
|
339
|
-
version: "21.2.0-next.
|
|
339
|
+
version: "21.2.0-next.3",
|
|
340
340
|
ngImport: i0,
|
|
341
341
|
type: Location,
|
|
342
342
|
decorators: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.2.0-next.
|
|
2
|
+
* @license Angular v21.2.0-next.3
|
|
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-next.
|
|
978
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
986
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
993
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1248
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1258
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1266
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1322
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1330
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1339
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1382
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1394
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1402
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1420
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1428
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1437
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1587
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1597
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1605
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1720
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1732
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1739
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1771
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1781
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1788
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1830
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1838
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1846
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1859
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1867
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1876
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1921
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1929
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
1936
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
2082
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
2090
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
2096
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
2117
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
2143
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
2151
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
2157
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
2165
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
2178
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
2186
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
2192
|
+
version: "21.2.0-next.3",
|
|
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-next.
|
|
2200
|
+
version: "21.2.0-next.3",
|
|
2201
2201
|
ngImport: i0,
|
|
2202
2202
|
type: HttpClientJsonpModule,
|
|
2203
2203
|
decorators: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.2.0-next.
|
|
2
|
+
* @license Angular v21.2.0-next.3
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -22,7 +22,7 @@ class PlatformLocation {
|
|
|
22
22
|
}
|
|
23
23
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
24
24
|
minVersion: "12.0.0",
|
|
25
|
-
version: "21.2.0-next.
|
|
25
|
+
version: "21.2.0-next.3",
|
|
26
26
|
ngImport: i0,
|
|
27
27
|
type: PlatformLocation,
|
|
28
28
|
deps: [],
|
|
@@ -30,7 +30,7 @@ class PlatformLocation {
|
|
|
30
30
|
});
|
|
31
31
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
32
32
|
minVersion: "12.0.0",
|
|
33
|
-
version: "21.2.0-next.
|
|
33
|
+
version: "21.2.0-next.3",
|
|
34
34
|
ngImport: i0,
|
|
35
35
|
type: PlatformLocation,
|
|
36
36
|
providedIn: 'platform',
|
|
@@ -39,7 +39,7 @@ class PlatformLocation {
|
|
|
39
39
|
}
|
|
40
40
|
i0.ɵɵngDeclareClassMetadata({
|
|
41
41
|
minVersion: "12.0.0",
|
|
42
|
-
version: "21.2.0-next.
|
|
42
|
+
version: "21.2.0-next.3",
|
|
43
43
|
ngImport: i0,
|
|
44
44
|
type: PlatformLocation,
|
|
45
45
|
decorators: [{
|
|
@@ -117,7 +117,7 @@ class BrowserPlatformLocation extends PlatformLocation {
|
|
|
117
117
|
}
|
|
118
118
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
119
119
|
minVersion: "12.0.0",
|
|
120
|
-
version: "21.2.0-next.
|
|
120
|
+
version: "21.2.0-next.3",
|
|
121
121
|
ngImport: i0,
|
|
122
122
|
type: BrowserPlatformLocation,
|
|
123
123
|
deps: [],
|
|
@@ -125,7 +125,7 @@ class BrowserPlatformLocation extends PlatformLocation {
|
|
|
125
125
|
});
|
|
126
126
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
127
127
|
minVersion: "12.0.0",
|
|
128
|
-
version: "21.2.0-next.
|
|
128
|
+
version: "21.2.0-next.3",
|
|
129
129
|
ngImport: i0,
|
|
130
130
|
type: BrowserPlatformLocation,
|
|
131
131
|
providedIn: 'platform',
|
|
@@ -134,7 +134,7 @@ class BrowserPlatformLocation extends PlatformLocation {
|
|
|
134
134
|
}
|
|
135
135
|
i0.ɵɵngDeclareClassMetadata({
|
|
136
136
|
minVersion: "12.0.0",
|
|
137
|
-
version: "21.2.0-next.
|
|
137
|
+
version: "21.2.0-next.3",
|
|
138
138
|
ngImport: i0,
|
|
139
139
|
type: BrowserPlatformLocation,
|
|
140
140
|
decorators: [{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.2.0-next.
|
|
2
|
+
* @license Angular v21.2.0-next.3
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -15,7 +15,7 @@ const PRECOMMIT_HANDLER_SUPPORTED = new InjectionToken('', {
|
|
|
15
15
|
class PlatformNavigation {
|
|
16
16
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
17
17
|
minVersion: "12.0.0",
|
|
18
|
-
version: "21.2.0-next.
|
|
18
|
+
version: "21.2.0-next.3",
|
|
19
19
|
ngImport: i0,
|
|
20
20
|
type: PlatformNavigation,
|
|
21
21
|
deps: [],
|
|
@@ -23,7 +23,7 @@ class PlatformNavigation {
|
|
|
23
23
|
});
|
|
24
24
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
25
25
|
minVersion: "12.0.0",
|
|
26
|
-
version: "21.2.0-next.
|
|
26
|
+
version: "21.2.0-next.3",
|
|
27
27
|
ngImport: i0,
|
|
28
28
|
type: PlatformNavigation,
|
|
29
29
|
providedIn: 'platform',
|
|
@@ -32,7 +32,7 @@ class PlatformNavigation {
|
|
|
32
32
|
}
|
|
33
33
|
i0.ɵɵngDeclareClassMetadata({
|
|
34
34
|
minVersion: "12.0.0",
|
|
35
|
-
version: "21.2.0-next.
|
|
35
|
+
version: "21.2.0-next.3",
|
|
36
36
|
ngImport: i0,
|
|
37
37
|
type: PlatformNavigation,
|
|
38
38
|
decorators: [{
|
package/fesm2022/_xhr-chunk.mjs
CHANGED