@angular/common 21.0.0 → 21.0.2
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 +86 -86
- 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 +48 -48
- package/fesm2022/_module-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 +17 -17
- 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 +29 -28
- 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 +5 -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.0.
|
|
2
|
+
* @license Angular v21.0.2
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -60,7 +60,7 @@ class HashLocationStrategy extends LocationStrategy {
|
|
|
60
60
|
}
|
|
61
61
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
62
62
|
minVersion: "12.0.0",
|
|
63
|
-
version: "21.0.
|
|
63
|
+
version: "21.0.2",
|
|
64
64
|
ngImport: i0,
|
|
65
65
|
type: HashLocationStrategy,
|
|
66
66
|
deps: [{
|
|
@@ -73,14 +73,14 @@ class HashLocationStrategy extends LocationStrategy {
|
|
|
73
73
|
});
|
|
74
74
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
75
75
|
minVersion: "12.0.0",
|
|
76
|
-
version: "21.0.
|
|
76
|
+
version: "21.0.2",
|
|
77
77
|
ngImport: i0,
|
|
78
78
|
type: HashLocationStrategy
|
|
79
79
|
});
|
|
80
80
|
}
|
|
81
81
|
i0.ɵɵngDeclareClassMetadata({
|
|
82
82
|
minVersion: "12.0.0",
|
|
83
|
-
version: "21.0.
|
|
83
|
+
version: "21.0.2",
|
|
84
84
|
ngImport: i0,
|
|
85
85
|
type: HashLocationStrategy,
|
|
86
86
|
decorators: [{
|
|
@@ -1271,7 +1271,7 @@ function parseIntAutoRadix(text) {
|
|
|
1271
1271
|
class NgLocalization {
|
|
1272
1272
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1273
1273
|
minVersion: "12.0.0",
|
|
1274
|
-
version: "21.0.
|
|
1274
|
+
version: "21.0.2",
|
|
1275
1275
|
ngImport: i0,
|
|
1276
1276
|
type: NgLocalization,
|
|
1277
1277
|
deps: [],
|
|
@@ -1279,7 +1279,7 @@ class NgLocalization {
|
|
|
1279
1279
|
});
|
|
1280
1280
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1281
1281
|
minVersion: "12.0.0",
|
|
1282
|
-
version: "21.0.
|
|
1282
|
+
version: "21.0.2",
|
|
1283
1283
|
ngImport: i0,
|
|
1284
1284
|
type: NgLocalization,
|
|
1285
1285
|
providedIn: 'root',
|
|
@@ -1288,7 +1288,7 @@ class NgLocalization {
|
|
|
1288
1288
|
}
|
|
1289
1289
|
i0.ɵɵngDeclareClassMetadata({
|
|
1290
1290
|
minVersion: "12.0.0",
|
|
1291
|
-
version: "21.0.
|
|
1291
|
+
version: "21.0.2",
|
|
1292
1292
|
ngImport: i0,
|
|
1293
1293
|
type: NgLocalization,
|
|
1294
1294
|
decorators: [{
|
|
@@ -1338,7 +1338,7 @@ class NgLocaleLocalization extends NgLocalization {
|
|
|
1338
1338
|
}
|
|
1339
1339
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1340
1340
|
minVersion: "12.0.0",
|
|
1341
|
-
version: "21.0.
|
|
1341
|
+
version: "21.0.2",
|
|
1342
1342
|
ngImport: i0,
|
|
1343
1343
|
type: NgLocaleLocalization,
|
|
1344
1344
|
deps: [{
|
|
@@ -1348,14 +1348,14 @@ class NgLocaleLocalization extends NgLocalization {
|
|
|
1348
1348
|
});
|
|
1349
1349
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1350
1350
|
minVersion: "12.0.0",
|
|
1351
|
-
version: "21.0.
|
|
1351
|
+
version: "21.0.2",
|
|
1352
1352
|
ngImport: i0,
|
|
1353
1353
|
type: NgLocaleLocalization
|
|
1354
1354
|
});
|
|
1355
1355
|
}
|
|
1356
1356
|
i0.ɵɵngDeclareClassMetadata({
|
|
1357
1357
|
minVersion: "12.0.0",
|
|
1358
|
-
version: "21.0.
|
|
1358
|
+
version: "21.0.2",
|
|
1359
1359
|
ngImport: i0,
|
|
1360
1360
|
type: NgLocaleLocalization,
|
|
1361
1361
|
decorators: [{
|
|
@@ -1455,7 +1455,7 @@ class NgClass {
|
|
|
1455
1455
|
}
|
|
1456
1456
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1457
1457
|
minVersion: "12.0.0",
|
|
1458
|
-
version: "21.0.
|
|
1458
|
+
version: "21.0.2",
|
|
1459
1459
|
ngImport: i0,
|
|
1460
1460
|
type: NgClass,
|
|
1461
1461
|
deps: [{
|
|
@@ -1467,7 +1467,7 @@ class NgClass {
|
|
|
1467
1467
|
});
|
|
1468
1468
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1469
1469
|
minVersion: "14.0.0",
|
|
1470
|
-
version: "21.0.
|
|
1470
|
+
version: "21.0.2",
|
|
1471
1471
|
type: NgClass,
|
|
1472
1472
|
isStandalone: true,
|
|
1473
1473
|
selector: "[ngClass]",
|
|
@@ -1480,7 +1480,7 @@ class NgClass {
|
|
|
1480
1480
|
}
|
|
1481
1481
|
i0.ɵɵngDeclareClassMetadata({
|
|
1482
1482
|
minVersion: "12.0.0",
|
|
1483
|
-
version: "21.0.
|
|
1483
|
+
version: "21.0.2",
|
|
1484
1484
|
ngImport: i0,
|
|
1485
1485
|
type: NgClass,
|
|
1486
1486
|
decorators: [{
|
|
@@ -1579,7 +1579,7 @@ class NgComponentOutlet {
|
|
|
1579
1579
|
}
|
|
1580
1580
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1581
1581
|
minVersion: "12.0.0",
|
|
1582
|
-
version: "21.0.
|
|
1582
|
+
version: "21.0.2",
|
|
1583
1583
|
ngImport: i0,
|
|
1584
1584
|
type: NgComponentOutlet,
|
|
1585
1585
|
deps: [{
|
|
@@ -1589,7 +1589,7 @@ class NgComponentOutlet {
|
|
|
1589
1589
|
});
|
|
1590
1590
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1591
1591
|
minVersion: "14.0.0",
|
|
1592
|
-
version: "21.0.
|
|
1592
|
+
version: "21.0.2",
|
|
1593
1593
|
type: NgComponentOutlet,
|
|
1594
1594
|
isStandalone: true,
|
|
1595
1595
|
selector: "[ngComponentOutlet]",
|
|
@@ -1608,7 +1608,7 @@ class NgComponentOutlet {
|
|
|
1608
1608
|
}
|
|
1609
1609
|
i0.ɵɵngDeclareClassMetadata({
|
|
1610
1610
|
minVersion: "12.0.0",
|
|
1611
|
-
version: "21.0.
|
|
1611
|
+
version: "21.0.2",
|
|
1612
1612
|
ngImport: i0,
|
|
1613
1613
|
type: NgComponentOutlet,
|
|
1614
1614
|
decorators: [{
|
|
@@ -1757,7 +1757,7 @@ class NgForOf {
|
|
|
1757
1757
|
}
|
|
1758
1758
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1759
1759
|
minVersion: "12.0.0",
|
|
1760
|
-
version: "21.0.
|
|
1760
|
+
version: "21.0.2",
|
|
1761
1761
|
ngImport: i0,
|
|
1762
1762
|
type: NgForOf,
|
|
1763
1763
|
deps: [{
|
|
@@ -1771,7 +1771,7 @@ class NgForOf {
|
|
|
1771
1771
|
});
|
|
1772
1772
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1773
1773
|
minVersion: "14.0.0",
|
|
1774
|
-
version: "21.0.
|
|
1774
|
+
version: "21.0.2",
|
|
1775
1775
|
type: NgForOf,
|
|
1776
1776
|
isStandalone: true,
|
|
1777
1777
|
selector: "[ngFor][ngForOf]",
|
|
@@ -1785,7 +1785,7 @@ class NgForOf {
|
|
|
1785
1785
|
}
|
|
1786
1786
|
i0.ɵɵngDeclareClassMetadata({
|
|
1787
1787
|
minVersion: "12.0.0",
|
|
1788
|
-
version: "21.0.
|
|
1788
|
+
version: "21.0.2",
|
|
1789
1789
|
ngImport: i0,
|
|
1790
1790
|
type: NgForOf,
|
|
1791
1791
|
decorators: [{
|
|
@@ -1873,7 +1873,7 @@ class NgIf {
|
|
|
1873
1873
|
}
|
|
1874
1874
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1875
1875
|
minVersion: "12.0.0",
|
|
1876
|
-
version: "21.0.
|
|
1876
|
+
version: "21.0.2",
|
|
1877
1877
|
ngImport: i0,
|
|
1878
1878
|
type: NgIf,
|
|
1879
1879
|
deps: [{
|
|
@@ -1885,7 +1885,7 @@ class NgIf {
|
|
|
1885
1885
|
});
|
|
1886
1886
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1887
1887
|
minVersion: "14.0.0",
|
|
1888
|
-
version: "21.0.
|
|
1888
|
+
version: "21.0.2",
|
|
1889
1889
|
type: NgIf,
|
|
1890
1890
|
isStandalone: true,
|
|
1891
1891
|
selector: "[ngIf]",
|
|
@@ -1899,7 +1899,7 @@ class NgIf {
|
|
|
1899
1899
|
}
|
|
1900
1900
|
i0.ɵɵngDeclareClassMetadata({
|
|
1901
1901
|
minVersion: "12.0.0",
|
|
1902
|
-
version: "21.0.
|
|
1902
|
+
version: "21.0.2",
|
|
1903
1903
|
ngImport: i0,
|
|
1904
1904
|
type: NgIf,
|
|
1905
1905
|
decorators: [{
|
|
@@ -1999,7 +1999,7 @@ class NgSwitch {
|
|
|
1999
1999
|
}
|
|
2000
2000
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2001
2001
|
minVersion: "12.0.0",
|
|
2002
|
-
version: "21.0.
|
|
2002
|
+
version: "21.0.2",
|
|
2003
2003
|
ngImport: i0,
|
|
2004
2004
|
type: NgSwitch,
|
|
2005
2005
|
deps: [],
|
|
@@ -2007,7 +2007,7 @@ class NgSwitch {
|
|
|
2007
2007
|
});
|
|
2008
2008
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2009
2009
|
minVersion: "14.0.0",
|
|
2010
|
-
version: "21.0.
|
|
2010
|
+
version: "21.0.2",
|
|
2011
2011
|
type: NgSwitch,
|
|
2012
2012
|
isStandalone: true,
|
|
2013
2013
|
selector: "[ngSwitch]",
|
|
@@ -2019,7 +2019,7 @@ class NgSwitch {
|
|
|
2019
2019
|
}
|
|
2020
2020
|
i0.ɵɵngDeclareClassMetadata({
|
|
2021
2021
|
minVersion: "12.0.0",
|
|
2022
|
-
version: "21.0.
|
|
2022
|
+
version: "21.0.2",
|
|
2023
2023
|
ngImport: i0,
|
|
2024
2024
|
type: NgSwitch,
|
|
2025
2025
|
decorators: [{
|
|
@@ -2051,7 +2051,7 @@ class NgSwitchCase {
|
|
|
2051
2051
|
}
|
|
2052
2052
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2053
2053
|
minVersion: "12.0.0",
|
|
2054
|
-
version: "21.0.
|
|
2054
|
+
version: "21.0.2",
|
|
2055
2055
|
ngImport: i0,
|
|
2056
2056
|
type: NgSwitchCase,
|
|
2057
2057
|
deps: [{
|
|
@@ -2067,7 +2067,7 @@ class NgSwitchCase {
|
|
|
2067
2067
|
});
|
|
2068
2068
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2069
2069
|
minVersion: "14.0.0",
|
|
2070
|
-
version: "21.0.
|
|
2070
|
+
version: "21.0.2",
|
|
2071
2071
|
type: NgSwitchCase,
|
|
2072
2072
|
isStandalone: true,
|
|
2073
2073
|
selector: "[ngSwitchCase]",
|
|
@@ -2079,7 +2079,7 @@ class NgSwitchCase {
|
|
|
2079
2079
|
}
|
|
2080
2080
|
i0.ɵɵngDeclareClassMetadata({
|
|
2081
2081
|
minVersion: "12.0.0",
|
|
2082
|
-
version: "21.0.
|
|
2082
|
+
version: "21.0.2",
|
|
2083
2083
|
ngImport: i0,
|
|
2084
2084
|
type: NgSwitchCase,
|
|
2085
2085
|
decorators: [{
|
|
@@ -2115,7 +2115,7 @@ class NgSwitchDefault {
|
|
|
2115
2115
|
}
|
|
2116
2116
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2117
2117
|
minVersion: "12.0.0",
|
|
2118
|
-
version: "21.0.
|
|
2118
|
+
version: "21.0.2",
|
|
2119
2119
|
ngImport: i0,
|
|
2120
2120
|
type: NgSwitchDefault,
|
|
2121
2121
|
deps: [{
|
|
@@ -2131,7 +2131,7 @@ class NgSwitchDefault {
|
|
|
2131
2131
|
});
|
|
2132
2132
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2133
2133
|
minVersion: "14.0.0",
|
|
2134
|
-
version: "21.0.
|
|
2134
|
+
version: "21.0.2",
|
|
2135
2135
|
type: NgSwitchDefault,
|
|
2136
2136
|
isStandalone: true,
|
|
2137
2137
|
selector: "[ngSwitchDefault]",
|
|
@@ -2140,7 +2140,7 @@ class NgSwitchDefault {
|
|
|
2140
2140
|
}
|
|
2141
2141
|
i0.ɵɵngDeclareClassMetadata({
|
|
2142
2142
|
minVersion: "12.0.0",
|
|
2143
|
-
version: "21.0.
|
|
2143
|
+
version: "21.0.2",
|
|
2144
2144
|
ngImport: i0,
|
|
2145
2145
|
type: NgSwitchDefault,
|
|
2146
2146
|
decorators: [{
|
|
@@ -2196,7 +2196,7 @@ class NgPlural {
|
|
|
2196
2196
|
}
|
|
2197
2197
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2198
2198
|
minVersion: "12.0.0",
|
|
2199
|
-
version: "21.0.
|
|
2199
|
+
version: "21.0.2",
|
|
2200
2200
|
ngImport: i0,
|
|
2201
2201
|
type: NgPlural,
|
|
2202
2202
|
deps: [{
|
|
@@ -2206,7 +2206,7 @@ class NgPlural {
|
|
|
2206
2206
|
});
|
|
2207
2207
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2208
2208
|
minVersion: "14.0.0",
|
|
2209
|
-
version: "21.0.
|
|
2209
|
+
version: "21.0.2",
|
|
2210
2210
|
type: NgPlural,
|
|
2211
2211
|
isStandalone: true,
|
|
2212
2212
|
selector: "[ngPlural]",
|
|
@@ -2218,7 +2218,7 @@ class NgPlural {
|
|
|
2218
2218
|
}
|
|
2219
2219
|
i0.ɵɵngDeclareClassMetadata({
|
|
2220
2220
|
minVersion: "12.0.0",
|
|
2221
|
-
version: "21.0.
|
|
2221
|
+
version: "21.0.2",
|
|
2222
2222
|
ngImport: i0,
|
|
2223
2223
|
type: NgPlural,
|
|
2224
2224
|
decorators: [{
|
|
@@ -2245,7 +2245,7 @@ class NgPluralCase {
|
|
|
2245
2245
|
}
|
|
2246
2246
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2247
2247
|
minVersion: "12.0.0",
|
|
2248
|
-
version: "21.0.
|
|
2248
|
+
version: "21.0.2",
|
|
2249
2249
|
ngImport: i0,
|
|
2250
2250
|
type: NgPluralCase,
|
|
2251
2251
|
deps: [{
|
|
@@ -2263,7 +2263,7 @@ class NgPluralCase {
|
|
|
2263
2263
|
});
|
|
2264
2264
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2265
2265
|
minVersion: "14.0.0",
|
|
2266
|
-
version: "21.0.
|
|
2266
|
+
version: "21.0.2",
|
|
2267
2267
|
type: NgPluralCase,
|
|
2268
2268
|
isStandalone: true,
|
|
2269
2269
|
selector: "[ngPluralCase]",
|
|
@@ -2272,7 +2272,7 @@ class NgPluralCase {
|
|
|
2272
2272
|
}
|
|
2273
2273
|
i0.ɵɵngDeclareClassMetadata({
|
|
2274
2274
|
minVersion: "12.0.0",
|
|
2275
|
-
version: "21.0.
|
|
2275
|
+
version: "21.0.2",
|
|
2276
2276
|
ngImport: i0,
|
|
2277
2277
|
type: NgPluralCase,
|
|
2278
2278
|
decorators: [{
|
|
@@ -2340,7 +2340,7 @@ class NgStyle {
|
|
|
2340
2340
|
}
|
|
2341
2341
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2342
2342
|
minVersion: "12.0.0",
|
|
2343
|
-
version: "21.0.
|
|
2343
|
+
version: "21.0.2",
|
|
2344
2344
|
ngImport: i0,
|
|
2345
2345
|
type: NgStyle,
|
|
2346
2346
|
deps: [{
|
|
@@ -2354,7 +2354,7 @@ class NgStyle {
|
|
|
2354
2354
|
});
|
|
2355
2355
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2356
2356
|
minVersion: "14.0.0",
|
|
2357
|
-
version: "21.0.
|
|
2357
|
+
version: "21.0.2",
|
|
2358
2358
|
type: NgStyle,
|
|
2359
2359
|
isStandalone: true,
|
|
2360
2360
|
selector: "[ngStyle]",
|
|
@@ -2366,7 +2366,7 @@ class NgStyle {
|
|
|
2366
2366
|
}
|
|
2367
2367
|
i0.ɵɵngDeclareClassMetadata({
|
|
2368
2368
|
minVersion: "12.0.0",
|
|
2369
|
-
version: "21.0.
|
|
2369
|
+
version: "21.0.2",
|
|
2370
2370
|
ngImport: i0,
|
|
2371
2371
|
type: NgStyle,
|
|
2372
2372
|
decorators: [{
|
|
@@ -2436,7 +2436,7 @@ class NgTemplateOutlet {
|
|
|
2436
2436
|
}
|
|
2437
2437
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2438
2438
|
minVersion: "12.0.0",
|
|
2439
|
-
version: "21.0.
|
|
2439
|
+
version: "21.0.2",
|
|
2440
2440
|
ngImport: i0,
|
|
2441
2441
|
type: NgTemplateOutlet,
|
|
2442
2442
|
deps: [{
|
|
@@ -2446,7 +2446,7 @@ class NgTemplateOutlet {
|
|
|
2446
2446
|
});
|
|
2447
2447
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2448
2448
|
minVersion: "14.0.0",
|
|
2449
|
-
version: "21.0.
|
|
2449
|
+
version: "21.0.2",
|
|
2450
2450
|
type: NgTemplateOutlet,
|
|
2451
2451
|
isStandalone: true,
|
|
2452
2452
|
selector: "[ngTemplateOutlet]",
|
|
@@ -2461,7 +2461,7 @@ class NgTemplateOutlet {
|
|
|
2461
2461
|
}
|
|
2462
2462
|
i0.ɵɵngDeclareClassMetadata({
|
|
2463
2463
|
minVersion: "12.0.0",
|
|
2464
|
-
version: "21.0.
|
|
2464
|
+
version: "21.0.2",
|
|
2465
2465
|
ngImport: i0,
|
|
2466
2466
|
type: NgTemplateOutlet,
|
|
2467
2467
|
decorators: [{
|
|
@@ -2584,7 +2584,7 @@ class AsyncPipe {
|
|
|
2584
2584
|
}
|
|
2585
2585
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2586
2586
|
minVersion: "12.0.0",
|
|
2587
|
-
version: "21.0.
|
|
2587
|
+
version: "21.0.2",
|
|
2588
2588
|
ngImport: i0,
|
|
2589
2589
|
type: AsyncPipe,
|
|
2590
2590
|
deps: [{
|
|
@@ -2594,7 +2594,7 @@ class AsyncPipe {
|
|
|
2594
2594
|
});
|
|
2595
2595
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2596
2596
|
minVersion: "14.0.0",
|
|
2597
|
-
version: "21.0.
|
|
2597
|
+
version: "21.0.2",
|
|
2598
2598
|
ngImport: i0,
|
|
2599
2599
|
type: AsyncPipe,
|
|
2600
2600
|
isStandalone: true,
|
|
@@ -2604,7 +2604,7 @@ class AsyncPipe {
|
|
|
2604
2604
|
}
|
|
2605
2605
|
i0.ɵɵngDeclareClassMetadata({
|
|
2606
2606
|
minVersion: "12.0.0",
|
|
2607
|
-
version: "21.0.
|
|
2607
|
+
version: "21.0.2",
|
|
2608
2608
|
ngImport: i0,
|
|
2609
2609
|
type: AsyncPipe,
|
|
2610
2610
|
decorators: [{
|
|
@@ -2629,7 +2629,7 @@ class LowerCasePipe {
|
|
|
2629
2629
|
}
|
|
2630
2630
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2631
2631
|
minVersion: "12.0.0",
|
|
2632
|
-
version: "21.0.
|
|
2632
|
+
version: "21.0.2",
|
|
2633
2633
|
ngImport: i0,
|
|
2634
2634
|
type: LowerCasePipe,
|
|
2635
2635
|
deps: [],
|
|
@@ -2637,7 +2637,7 @@ class LowerCasePipe {
|
|
|
2637
2637
|
});
|
|
2638
2638
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2639
2639
|
minVersion: "14.0.0",
|
|
2640
|
-
version: "21.0.
|
|
2640
|
+
version: "21.0.2",
|
|
2641
2641
|
ngImport: i0,
|
|
2642
2642
|
type: LowerCasePipe,
|
|
2643
2643
|
isStandalone: true,
|
|
@@ -2646,7 +2646,7 @@ class LowerCasePipe {
|
|
|
2646
2646
|
}
|
|
2647
2647
|
i0.ɵɵngDeclareClassMetadata({
|
|
2648
2648
|
minVersion: "12.0.0",
|
|
2649
|
-
version: "21.0.
|
|
2649
|
+
version: "21.0.2",
|
|
2650
2650
|
ngImport: i0,
|
|
2651
2651
|
type: LowerCasePipe,
|
|
2652
2652
|
decorators: [{
|
|
@@ -2667,7 +2667,7 @@ class TitleCasePipe {
|
|
|
2667
2667
|
}
|
|
2668
2668
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2669
2669
|
minVersion: "12.0.0",
|
|
2670
|
-
version: "21.0.
|
|
2670
|
+
version: "21.0.2",
|
|
2671
2671
|
ngImport: i0,
|
|
2672
2672
|
type: TitleCasePipe,
|
|
2673
2673
|
deps: [],
|
|
@@ -2675,7 +2675,7 @@ class TitleCasePipe {
|
|
|
2675
2675
|
});
|
|
2676
2676
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2677
2677
|
minVersion: "14.0.0",
|
|
2678
|
-
version: "21.0.
|
|
2678
|
+
version: "21.0.2",
|
|
2679
2679
|
ngImport: i0,
|
|
2680
2680
|
type: TitleCasePipe,
|
|
2681
2681
|
isStandalone: true,
|
|
@@ -2684,7 +2684,7 @@ class TitleCasePipe {
|
|
|
2684
2684
|
}
|
|
2685
2685
|
i0.ɵɵngDeclareClassMetadata({
|
|
2686
2686
|
minVersion: "12.0.0",
|
|
2687
|
-
version: "21.0.
|
|
2687
|
+
version: "21.0.2",
|
|
2688
2688
|
ngImport: i0,
|
|
2689
2689
|
type: TitleCasePipe,
|
|
2690
2690
|
decorators: [{
|
|
@@ -2704,7 +2704,7 @@ class UpperCasePipe {
|
|
|
2704
2704
|
}
|
|
2705
2705
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2706
2706
|
minVersion: "12.0.0",
|
|
2707
|
-
version: "21.0.
|
|
2707
|
+
version: "21.0.2",
|
|
2708
2708
|
ngImport: i0,
|
|
2709
2709
|
type: UpperCasePipe,
|
|
2710
2710
|
deps: [],
|
|
@@ -2712,7 +2712,7 @@ class UpperCasePipe {
|
|
|
2712
2712
|
});
|
|
2713
2713
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2714
2714
|
minVersion: "14.0.0",
|
|
2715
|
-
version: "21.0.
|
|
2715
|
+
version: "21.0.2",
|
|
2716
2716
|
ngImport: i0,
|
|
2717
2717
|
type: UpperCasePipe,
|
|
2718
2718
|
isStandalone: true,
|
|
@@ -2721,7 +2721,7 @@ class UpperCasePipe {
|
|
|
2721
2721
|
}
|
|
2722
2722
|
i0.ɵɵngDeclareClassMetadata({
|
|
2723
2723
|
minVersion: "12.0.0",
|
|
2724
|
-
version: "21.0.
|
|
2724
|
+
version: "21.0.2",
|
|
2725
2725
|
ngImport: i0,
|
|
2726
2726
|
type: UpperCasePipe,
|
|
2727
2727
|
decorators: [{
|
|
@@ -2757,7 +2757,7 @@ class DatePipe {
|
|
|
2757
2757
|
}
|
|
2758
2758
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2759
2759
|
minVersion: "12.0.0",
|
|
2760
|
-
version: "21.0.
|
|
2760
|
+
version: "21.0.2",
|
|
2761
2761
|
ngImport: i0,
|
|
2762
2762
|
type: DatePipe,
|
|
2763
2763
|
deps: [{
|
|
@@ -2773,7 +2773,7 @@ class DatePipe {
|
|
|
2773
2773
|
});
|
|
2774
2774
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2775
2775
|
minVersion: "14.0.0",
|
|
2776
|
-
version: "21.0.
|
|
2776
|
+
version: "21.0.2",
|
|
2777
2777
|
ngImport: i0,
|
|
2778
2778
|
type: DatePipe,
|
|
2779
2779
|
isStandalone: true,
|
|
@@ -2782,7 +2782,7 @@ class DatePipe {
|
|
|
2782
2782
|
}
|
|
2783
2783
|
i0.ɵɵngDeclareClassMetadata({
|
|
2784
2784
|
minVersion: "12.0.0",
|
|
2785
|
-
version: "21.0.
|
|
2785
|
+
version: "21.0.2",
|
|
2786
2786
|
ngImport: i0,
|
|
2787
2787
|
type: DatePipe,
|
|
2788
2788
|
decorators: [{
|
|
@@ -2832,7 +2832,7 @@ class I18nPluralPipe {
|
|
|
2832
2832
|
}
|
|
2833
2833
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2834
2834
|
minVersion: "12.0.0",
|
|
2835
|
-
version: "21.0.
|
|
2835
|
+
version: "21.0.2",
|
|
2836
2836
|
ngImport: i0,
|
|
2837
2837
|
type: I18nPluralPipe,
|
|
2838
2838
|
deps: [{
|
|
@@ -2842,7 +2842,7 @@ class I18nPluralPipe {
|
|
|
2842
2842
|
});
|
|
2843
2843
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2844
2844
|
minVersion: "14.0.0",
|
|
2845
|
-
version: "21.0.
|
|
2845
|
+
version: "21.0.2",
|
|
2846
2846
|
ngImport: i0,
|
|
2847
2847
|
type: I18nPluralPipe,
|
|
2848
2848
|
isStandalone: true,
|
|
@@ -2851,7 +2851,7 @@ class I18nPluralPipe {
|
|
|
2851
2851
|
}
|
|
2852
2852
|
i0.ɵɵngDeclareClassMetadata({
|
|
2853
2853
|
minVersion: "12.0.0",
|
|
2854
|
-
version: "21.0.
|
|
2854
|
+
version: "21.0.2",
|
|
2855
2855
|
ngImport: i0,
|
|
2856
2856
|
type: I18nPluralPipe,
|
|
2857
2857
|
decorators: [{
|
|
@@ -2881,7 +2881,7 @@ class I18nSelectPipe {
|
|
|
2881
2881
|
}
|
|
2882
2882
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2883
2883
|
minVersion: "12.0.0",
|
|
2884
|
-
version: "21.0.
|
|
2884
|
+
version: "21.0.2",
|
|
2885
2885
|
ngImport: i0,
|
|
2886
2886
|
type: I18nSelectPipe,
|
|
2887
2887
|
deps: [],
|
|
@@ -2889,7 +2889,7 @@ class I18nSelectPipe {
|
|
|
2889
2889
|
});
|
|
2890
2890
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2891
2891
|
minVersion: "14.0.0",
|
|
2892
|
-
version: "21.0.
|
|
2892
|
+
version: "21.0.2",
|
|
2893
2893
|
ngImport: i0,
|
|
2894
2894
|
type: I18nSelectPipe,
|
|
2895
2895
|
isStandalone: true,
|
|
@@ -2898,7 +2898,7 @@ class I18nSelectPipe {
|
|
|
2898
2898
|
}
|
|
2899
2899
|
i0.ɵɵngDeclareClassMetadata({
|
|
2900
2900
|
minVersion: "12.0.0",
|
|
2901
|
-
version: "21.0.
|
|
2901
|
+
version: "21.0.2",
|
|
2902
2902
|
ngImport: i0,
|
|
2903
2903
|
type: I18nSelectPipe,
|
|
2904
2904
|
decorators: [{
|
|
@@ -2915,7 +2915,7 @@ class JsonPipe {
|
|
|
2915
2915
|
}
|
|
2916
2916
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2917
2917
|
minVersion: "12.0.0",
|
|
2918
|
-
version: "21.0.
|
|
2918
|
+
version: "21.0.2",
|
|
2919
2919
|
ngImport: i0,
|
|
2920
2920
|
type: JsonPipe,
|
|
2921
2921
|
deps: [],
|
|
@@ -2923,7 +2923,7 @@ class JsonPipe {
|
|
|
2923
2923
|
});
|
|
2924
2924
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2925
2925
|
minVersion: "14.0.0",
|
|
2926
|
-
version: "21.0.
|
|
2926
|
+
version: "21.0.2",
|
|
2927
2927
|
ngImport: i0,
|
|
2928
2928
|
type: JsonPipe,
|
|
2929
2929
|
isStandalone: true,
|
|
@@ -2933,7 +2933,7 @@ class JsonPipe {
|
|
|
2933
2933
|
}
|
|
2934
2934
|
i0.ɵɵngDeclareClassMetadata({
|
|
2935
2935
|
minVersion: "12.0.0",
|
|
2936
|
-
version: "21.0.
|
|
2936
|
+
version: "21.0.2",
|
|
2937
2937
|
ngImport: i0,
|
|
2938
2938
|
type: JsonPipe,
|
|
2939
2939
|
decorators: [{
|
|
@@ -2982,7 +2982,7 @@ class KeyValuePipe {
|
|
|
2982
2982
|
}
|
|
2983
2983
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2984
2984
|
minVersion: "12.0.0",
|
|
2985
|
-
version: "21.0.
|
|
2985
|
+
version: "21.0.2",
|
|
2986
2986
|
ngImport: i0,
|
|
2987
2987
|
type: KeyValuePipe,
|
|
2988
2988
|
deps: [{
|
|
@@ -2992,7 +2992,7 @@ class KeyValuePipe {
|
|
|
2992
2992
|
});
|
|
2993
2993
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2994
2994
|
minVersion: "14.0.0",
|
|
2995
|
-
version: "21.0.
|
|
2995
|
+
version: "21.0.2",
|
|
2996
2996
|
ngImport: i0,
|
|
2997
2997
|
type: KeyValuePipe,
|
|
2998
2998
|
isStandalone: true,
|
|
@@ -3002,7 +3002,7 @@ class KeyValuePipe {
|
|
|
3002
3002
|
}
|
|
3003
3003
|
i0.ɵɵngDeclareClassMetadata({
|
|
3004
3004
|
minVersion: "12.0.0",
|
|
3005
|
-
version: "21.0.
|
|
3005
|
+
version: "21.0.2",
|
|
3006
3006
|
ngImport: i0,
|
|
3007
3007
|
type: KeyValuePipe,
|
|
3008
3008
|
decorators: [{
|
|
@@ -3053,7 +3053,7 @@ class DecimalPipe {
|
|
|
3053
3053
|
}
|
|
3054
3054
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3055
3055
|
minVersion: "12.0.0",
|
|
3056
|
-
version: "21.0.
|
|
3056
|
+
version: "21.0.2",
|
|
3057
3057
|
ngImport: i0,
|
|
3058
3058
|
type: DecimalPipe,
|
|
3059
3059
|
deps: [{
|
|
@@ -3063,7 +3063,7 @@ class DecimalPipe {
|
|
|
3063
3063
|
});
|
|
3064
3064
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3065
3065
|
minVersion: "14.0.0",
|
|
3066
|
-
version: "21.0.
|
|
3066
|
+
version: "21.0.2",
|
|
3067
3067
|
ngImport: i0,
|
|
3068
3068
|
type: DecimalPipe,
|
|
3069
3069
|
isStandalone: true,
|
|
@@ -3072,7 +3072,7 @@ class DecimalPipe {
|
|
|
3072
3072
|
}
|
|
3073
3073
|
i0.ɵɵngDeclareClassMetadata({
|
|
3074
3074
|
minVersion: "12.0.0",
|
|
3075
|
-
version: "21.0.
|
|
3075
|
+
version: "21.0.2",
|
|
3076
3076
|
ngImport: i0,
|
|
3077
3077
|
type: DecimalPipe,
|
|
3078
3078
|
decorators: [{
|
|
@@ -3106,7 +3106,7 @@ class PercentPipe {
|
|
|
3106
3106
|
}
|
|
3107
3107
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3108
3108
|
minVersion: "12.0.0",
|
|
3109
|
-
version: "21.0.
|
|
3109
|
+
version: "21.0.2",
|
|
3110
3110
|
ngImport: i0,
|
|
3111
3111
|
type: PercentPipe,
|
|
3112
3112
|
deps: [{
|
|
@@ -3116,7 +3116,7 @@ class PercentPipe {
|
|
|
3116
3116
|
});
|
|
3117
3117
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3118
3118
|
minVersion: "14.0.0",
|
|
3119
|
-
version: "21.0.
|
|
3119
|
+
version: "21.0.2",
|
|
3120
3120
|
ngImport: i0,
|
|
3121
3121
|
type: PercentPipe,
|
|
3122
3122
|
isStandalone: true,
|
|
@@ -3125,7 +3125,7 @@ class PercentPipe {
|
|
|
3125
3125
|
}
|
|
3126
3126
|
i0.ɵɵngDeclareClassMetadata({
|
|
3127
3127
|
minVersion: "12.0.0",
|
|
3128
|
-
version: "21.0.
|
|
3128
|
+
version: "21.0.2",
|
|
3129
3129
|
ngImport: i0,
|
|
3130
3130
|
type: PercentPipe,
|
|
3131
3131
|
decorators: [{
|
|
@@ -3175,7 +3175,7 @@ class CurrencyPipe {
|
|
|
3175
3175
|
}
|
|
3176
3176
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3177
3177
|
minVersion: "12.0.0",
|
|
3178
|
-
version: "21.0.
|
|
3178
|
+
version: "21.0.2",
|
|
3179
3179
|
ngImport: i0,
|
|
3180
3180
|
type: CurrencyPipe,
|
|
3181
3181
|
deps: [{
|
|
@@ -3187,7 +3187,7 @@ class CurrencyPipe {
|
|
|
3187
3187
|
});
|
|
3188
3188
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3189
3189
|
minVersion: "14.0.0",
|
|
3190
|
-
version: "21.0.
|
|
3190
|
+
version: "21.0.2",
|
|
3191
3191
|
ngImport: i0,
|
|
3192
3192
|
type: CurrencyPipe,
|
|
3193
3193
|
isStandalone: true,
|
|
@@ -3196,7 +3196,7 @@ class CurrencyPipe {
|
|
|
3196
3196
|
}
|
|
3197
3197
|
i0.ɵɵngDeclareClassMetadata({
|
|
3198
3198
|
minVersion: "12.0.0",
|
|
3199
|
-
version: "21.0.
|
|
3199
|
+
version: "21.0.2",
|
|
3200
3200
|
ngImport: i0,
|
|
3201
3201
|
type: CurrencyPipe,
|
|
3202
3202
|
decorators: [{
|
|
@@ -3243,7 +3243,7 @@ class SlicePipe {
|
|
|
3243
3243
|
}
|
|
3244
3244
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3245
3245
|
minVersion: "12.0.0",
|
|
3246
|
-
version: "21.0.
|
|
3246
|
+
version: "21.0.2",
|
|
3247
3247
|
ngImport: i0,
|
|
3248
3248
|
type: SlicePipe,
|
|
3249
3249
|
deps: [],
|
|
@@ -3251,7 +3251,7 @@ class SlicePipe {
|
|
|
3251
3251
|
});
|
|
3252
3252
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3253
3253
|
minVersion: "14.0.0",
|
|
3254
|
-
version: "21.0.
|
|
3254
|
+
version: "21.0.2",
|
|
3255
3255
|
ngImport: i0,
|
|
3256
3256
|
type: SlicePipe,
|
|
3257
3257
|
isStandalone: true,
|
|
@@ -3261,7 +3261,7 @@ class SlicePipe {
|
|
|
3261
3261
|
}
|
|
3262
3262
|
i0.ɵɵngDeclareClassMetadata({
|
|
3263
3263
|
minVersion: "12.0.0",
|
|
3264
|
-
version: "21.0.
|
|
3264
|
+
version: "21.0.2",
|
|
3265
3265
|
ngImport: i0,
|
|
3266
3266
|
type: SlicePipe,
|
|
3267
3267
|
decorators: [{
|
|
@@ -3278,7 +3278,7 @@ const COMMON_PIPES = [AsyncPipe, UpperCasePipe, LowerCasePipe, JsonPipe, SlicePi
|
|
|
3278
3278
|
class CommonModule {
|
|
3279
3279
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3280
3280
|
minVersion: "12.0.0",
|
|
3281
|
-
version: "21.0.
|
|
3281
|
+
version: "21.0.2",
|
|
3282
3282
|
ngImport: i0,
|
|
3283
3283
|
type: CommonModule,
|
|
3284
3284
|
deps: [],
|
|
@@ -3286,7 +3286,7 @@ class CommonModule {
|
|
|
3286
3286
|
});
|
|
3287
3287
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
3288
3288
|
minVersion: "14.0.0",
|
|
3289
|
-
version: "21.0.
|
|
3289
|
+
version: "21.0.2",
|
|
3290
3290
|
ngImport: i0,
|
|
3291
3291
|
type: CommonModule,
|
|
3292
3292
|
imports: [NgClass, NgComponentOutlet, NgForOf, NgIf, NgTemplateOutlet, NgStyle, NgSwitch, NgSwitchCase, NgSwitchDefault, NgPlural, NgPluralCase, AsyncPipe, UpperCasePipe, LowerCasePipe, JsonPipe, SlicePipe, DecimalPipe, PercentPipe, TitleCasePipe, CurrencyPipe, DatePipe, I18nPluralPipe, I18nSelectPipe, KeyValuePipe],
|
|
@@ -3294,14 +3294,14 @@ class CommonModule {
|
|
|
3294
3294
|
});
|
|
3295
3295
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
3296
3296
|
minVersion: "12.0.0",
|
|
3297
|
-
version: "21.0.
|
|
3297
|
+
version: "21.0.2",
|
|
3298
3298
|
ngImport: i0,
|
|
3299
3299
|
type: CommonModule
|
|
3300
3300
|
});
|
|
3301
3301
|
}
|
|
3302
3302
|
i0.ɵɵngDeclareClassMetadata({
|
|
3303
3303
|
minVersion: "12.0.0",
|
|
3304
|
-
version: "21.0.
|
|
3304
|
+
version: "21.0.2",
|
|
3305
3305
|
ngImport: i0,
|
|
3306
3306
|
type: CommonModule,
|
|
3307
3307
|
decorators: [{
|