@angular/common 21.1.0-next.3 → 21.1.0-rc.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/_common_module-chunk.mjs.map +1 -1
- package/fesm2022/_location-chunk.mjs +11 -11
- package/fesm2022/_location-chunk.mjs.map +1 -1
- package/fesm2022/_module-chunk.mjs +47 -49
- package/fesm2022/_module-chunk.mjs.map +1 -1
- package/fesm2022/_platform_location-chunk.mjs +8 -8
- package/fesm2022/_platform_location-chunk.mjs.map +1 -1
- 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/_xhr-chunk.mjs.map +1 -1
- package/fesm2022/common.mjs +48 -22
- package/fesm2022/common.mjs.map +1 -1
- package/fesm2022/http-testing.mjs +9 -9
- package/fesm2022/http-testing.mjs.map +1 -1
- package/fesm2022/http.mjs +2 -2
- package/fesm2022/http.mjs.map +1 -1
- package/fesm2022/testing.mjs +18 -16
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/upgrade.mjs +6 -6
- package/fesm2022/upgrade.mjs.map +1 -1
- 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-rc.0
|
|
3
|
+
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -61,7 +61,7 @@ class HashLocationStrategy extends LocationStrategy {
|
|
|
61
61
|
}
|
|
62
62
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
63
63
|
minVersion: "12.0.0",
|
|
64
|
-
version: "21.1.0-
|
|
64
|
+
version: "21.1.0-rc.0",
|
|
65
65
|
ngImport: i0,
|
|
66
66
|
type: HashLocationStrategy,
|
|
67
67
|
deps: [{
|
|
@@ -74,14 +74,14 @@ class HashLocationStrategy extends LocationStrategy {
|
|
|
74
74
|
});
|
|
75
75
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
76
76
|
minVersion: "12.0.0",
|
|
77
|
-
version: "21.1.0-
|
|
77
|
+
version: "21.1.0-rc.0",
|
|
78
78
|
ngImport: i0,
|
|
79
79
|
type: HashLocationStrategy
|
|
80
80
|
});
|
|
81
81
|
}
|
|
82
82
|
i0.ɵɵngDeclareClassMetadata({
|
|
83
83
|
minVersion: "12.0.0",
|
|
84
|
-
version: "21.1.0-
|
|
84
|
+
version: "21.1.0-rc.0",
|
|
85
85
|
ngImport: i0,
|
|
86
86
|
type: HashLocationStrategy,
|
|
87
87
|
decorators: [{
|
|
@@ -1272,7 +1272,7 @@ function parseIntAutoRadix(text) {
|
|
|
1272
1272
|
class NgLocalization {
|
|
1273
1273
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1274
1274
|
minVersion: "12.0.0",
|
|
1275
|
-
version: "21.1.0-
|
|
1275
|
+
version: "21.1.0-rc.0",
|
|
1276
1276
|
ngImport: i0,
|
|
1277
1277
|
type: NgLocalization,
|
|
1278
1278
|
deps: [],
|
|
@@ -1280,7 +1280,7 @@ class NgLocalization {
|
|
|
1280
1280
|
});
|
|
1281
1281
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1282
1282
|
minVersion: "12.0.0",
|
|
1283
|
-
version: "21.1.0-
|
|
1283
|
+
version: "21.1.0-rc.0",
|
|
1284
1284
|
ngImport: i0,
|
|
1285
1285
|
type: NgLocalization,
|
|
1286
1286
|
providedIn: 'root',
|
|
@@ -1289,7 +1289,7 @@ class NgLocalization {
|
|
|
1289
1289
|
}
|
|
1290
1290
|
i0.ɵɵngDeclareClassMetadata({
|
|
1291
1291
|
minVersion: "12.0.0",
|
|
1292
|
-
version: "21.1.0-
|
|
1292
|
+
version: "21.1.0-rc.0",
|
|
1293
1293
|
ngImport: i0,
|
|
1294
1294
|
type: NgLocalization,
|
|
1295
1295
|
decorators: [{
|
|
@@ -1339,7 +1339,7 @@ class NgLocaleLocalization extends NgLocalization {
|
|
|
1339
1339
|
}
|
|
1340
1340
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1341
1341
|
minVersion: "12.0.0",
|
|
1342
|
-
version: "21.1.0-
|
|
1342
|
+
version: "21.1.0-rc.0",
|
|
1343
1343
|
ngImport: i0,
|
|
1344
1344
|
type: NgLocaleLocalization,
|
|
1345
1345
|
deps: [{
|
|
@@ -1349,14 +1349,14 @@ class NgLocaleLocalization extends NgLocalization {
|
|
|
1349
1349
|
});
|
|
1350
1350
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
1351
1351
|
minVersion: "12.0.0",
|
|
1352
|
-
version: "21.1.0-
|
|
1352
|
+
version: "21.1.0-rc.0",
|
|
1353
1353
|
ngImport: i0,
|
|
1354
1354
|
type: NgLocaleLocalization
|
|
1355
1355
|
});
|
|
1356
1356
|
}
|
|
1357
1357
|
i0.ɵɵngDeclareClassMetadata({
|
|
1358
1358
|
minVersion: "12.0.0",
|
|
1359
|
-
version: "21.1.0-
|
|
1359
|
+
version: "21.1.0-rc.0",
|
|
1360
1360
|
ngImport: i0,
|
|
1361
1361
|
type: NgLocaleLocalization,
|
|
1362
1362
|
decorators: [{
|
|
@@ -1456,7 +1456,7 @@ class NgClass {
|
|
|
1456
1456
|
}
|
|
1457
1457
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1458
1458
|
minVersion: "12.0.0",
|
|
1459
|
-
version: "21.1.0-
|
|
1459
|
+
version: "21.1.0-rc.0",
|
|
1460
1460
|
ngImport: i0,
|
|
1461
1461
|
type: NgClass,
|
|
1462
1462
|
deps: [{
|
|
@@ -1468,7 +1468,7 @@ class NgClass {
|
|
|
1468
1468
|
});
|
|
1469
1469
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1470
1470
|
minVersion: "14.0.0",
|
|
1471
|
-
version: "21.1.0-
|
|
1471
|
+
version: "21.1.0-rc.0",
|
|
1472
1472
|
type: NgClass,
|
|
1473
1473
|
isStandalone: true,
|
|
1474
1474
|
selector: "[ngClass]",
|
|
@@ -1481,7 +1481,7 @@ class NgClass {
|
|
|
1481
1481
|
}
|
|
1482
1482
|
i0.ɵɵngDeclareClassMetadata({
|
|
1483
1483
|
minVersion: "12.0.0",
|
|
1484
|
-
version: "21.1.0-
|
|
1484
|
+
version: "21.1.0-rc.0",
|
|
1485
1485
|
ngImport: i0,
|
|
1486
1486
|
type: NgClass,
|
|
1487
1487
|
decorators: [{
|
|
@@ -1580,7 +1580,7 @@ class NgComponentOutlet {
|
|
|
1580
1580
|
}
|
|
1581
1581
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1582
1582
|
minVersion: "12.0.0",
|
|
1583
|
-
version: "21.1.0-
|
|
1583
|
+
version: "21.1.0-rc.0",
|
|
1584
1584
|
ngImport: i0,
|
|
1585
1585
|
type: NgComponentOutlet,
|
|
1586
1586
|
deps: [{
|
|
@@ -1590,7 +1590,7 @@ class NgComponentOutlet {
|
|
|
1590
1590
|
});
|
|
1591
1591
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1592
1592
|
minVersion: "14.0.0",
|
|
1593
|
-
version: "21.1.0-
|
|
1593
|
+
version: "21.1.0-rc.0",
|
|
1594
1594
|
type: NgComponentOutlet,
|
|
1595
1595
|
isStandalone: true,
|
|
1596
1596
|
selector: "[ngComponentOutlet]",
|
|
@@ -1609,7 +1609,7 @@ class NgComponentOutlet {
|
|
|
1609
1609
|
}
|
|
1610
1610
|
i0.ɵɵngDeclareClassMetadata({
|
|
1611
1611
|
minVersion: "12.0.0",
|
|
1612
|
-
version: "21.1.0-
|
|
1612
|
+
version: "21.1.0-rc.0",
|
|
1613
1613
|
ngImport: i0,
|
|
1614
1614
|
type: NgComponentOutlet,
|
|
1615
1615
|
decorators: [{
|
|
@@ -1758,7 +1758,7 @@ class NgForOf {
|
|
|
1758
1758
|
}
|
|
1759
1759
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1760
1760
|
minVersion: "12.0.0",
|
|
1761
|
-
version: "21.1.0-
|
|
1761
|
+
version: "21.1.0-rc.0",
|
|
1762
1762
|
ngImport: i0,
|
|
1763
1763
|
type: NgForOf,
|
|
1764
1764
|
deps: [{
|
|
@@ -1772,7 +1772,7 @@ class NgForOf {
|
|
|
1772
1772
|
});
|
|
1773
1773
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1774
1774
|
minVersion: "14.0.0",
|
|
1775
|
-
version: "21.1.0-
|
|
1775
|
+
version: "21.1.0-rc.0",
|
|
1776
1776
|
type: NgForOf,
|
|
1777
1777
|
isStandalone: true,
|
|
1778
1778
|
selector: "[ngFor][ngForOf]",
|
|
@@ -1786,7 +1786,7 @@ class NgForOf {
|
|
|
1786
1786
|
}
|
|
1787
1787
|
i0.ɵɵngDeclareClassMetadata({
|
|
1788
1788
|
minVersion: "12.0.0",
|
|
1789
|
-
version: "21.1.0-
|
|
1789
|
+
version: "21.1.0-rc.0",
|
|
1790
1790
|
ngImport: i0,
|
|
1791
1791
|
type: NgForOf,
|
|
1792
1792
|
decorators: [{
|
|
@@ -1874,7 +1874,7 @@ class NgIf {
|
|
|
1874
1874
|
}
|
|
1875
1875
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1876
1876
|
minVersion: "12.0.0",
|
|
1877
|
-
version: "21.1.0-
|
|
1877
|
+
version: "21.1.0-rc.0",
|
|
1878
1878
|
ngImport: i0,
|
|
1879
1879
|
type: NgIf,
|
|
1880
1880
|
deps: [{
|
|
@@ -1886,7 +1886,7 @@ class NgIf {
|
|
|
1886
1886
|
});
|
|
1887
1887
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1888
1888
|
minVersion: "14.0.0",
|
|
1889
|
-
version: "21.1.0-
|
|
1889
|
+
version: "21.1.0-rc.0",
|
|
1890
1890
|
type: NgIf,
|
|
1891
1891
|
isStandalone: true,
|
|
1892
1892
|
selector: "[ngIf]",
|
|
@@ -1900,7 +1900,7 @@ class NgIf {
|
|
|
1900
1900
|
}
|
|
1901
1901
|
i0.ɵɵngDeclareClassMetadata({
|
|
1902
1902
|
minVersion: "12.0.0",
|
|
1903
|
-
version: "21.1.0-
|
|
1903
|
+
version: "21.1.0-rc.0",
|
|
1904
1904
|
ngImport: i0,
|
|
1905
1905
|
type: NgIf,
|
|
1906
1906
|
decorators: [{
|
|
@@ -2000,7 +2000,7 @@ class NgSwitch {
|
|
|
2000
2000
|
}
|
|
2001
2001
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2002
2002
|
minVersion: "12.0.0",
|
|
2003
|
-
version: "21.1.0-
|
|
2003
|
+
version: "21.1.0-rc.0",
|
|
2004
2004
|
ngImport: i0,
|
|
2005
2005
|
type: NgSwitch,
|
|
2006
2006
|
deps: [],
|
|
@@ -2008,7 +2008,7 @@ class NgSwitch {
|
|
|
2008
2008
|
});
|
|
2009
2009
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2010
2010
|
minVersion: "14.0.0",
|
|
2011
|
-
version: "21.1.0-
|
|
2011
|
+
version: "21.1.0-rc.0",
|
|
2012
2012
|
type: NgSwitch,
|
|
2013
2013
|
isStandalone: true,
|
|
2014
2014
|
selector: "[ngSwitch]",
|
|
@@ -2020,7 +2020,7 @@ class NgSwitch {
|
|
|
2020
2020
|
}
|
|
2021
2021
|
i0.ɵɵngDeclareClassMetadata({
|
|
2022
2022
|
minVersion: "12.0.0",
|
|
2023
|
-
version: "21.1.0-
|
|
2023
|
+
version: "21.1.0-rc.0",
|
|
2024
2024
|
ngImport: i0,
|
|
2025
2025
|
type: NgSwitch,
|
|
2026
2026
|
decorators: [{
|
|
@@ -2052,7 +2052,7 @@ class NgSwitchCase {
|
|
|
2052
2052
|
}
|
|
2053
2053
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2054
2054
|
minVersion: "12.0.0",
|
|
2055
|
-
version: "21.1.0-
|
|
2055
|
+
version: "21.1.0-rc.0",
|
|
2056
2056
|
ngImport: i0,
|
|
2057
2057
|
type: NgSwitchCase,
|
|
2058
2058
|
deps: [{
|
|
@@ -2068,7 +2068,7 @@ class NgSwitchCase {
|
|
|
2068
2068
|
});
|
|
2069
2069
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2070
2070
|
minVersion: "14.0.0",
|
|
2071
|
-
version: "21.1.0-
|
|
2071
|
+
version: "21.1.0-rc.0",
|
|
2072
2072
|
type: NgSwitchCase,
|
|
2073
2073
|
isStandalone: true,
|
|
2074
2074
|
selector: "[ngSwitchCase]",
|
|
@@ -2080,7 +2080,7 @@ class NgSwitchCase {
|
|
|
2080
2080
|
}
|
|
2081
2081
|
i0.ɵɵngDeclareClassMetadata({
|
|
2082
2082
|
minVersion: "12.0.0",
|
|
2083
|
-
version: "21.1.0-
|
|
2083
|
+
version: "21.1.0-rc.0",
|
|
2084
2084
|
ngImport: i0,
|
|
2085
2085
|
type: NgSwitchCase,
|
|
2086
2086
|
decorators: [{
|
|
@@ -2116,7 +2116,7 @@ class NgSwitchDefault {
|
|
|
2116
2116
|
}
|
|
2117
2117
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2118
2118
|
minVersion: "12.0.0",
|
|
2119
|
-
version: "21.1.0-
|
|
2119
|
+
version: "21.1.0-rc.0",
|
|
2120
2120
|
ngImport: i0,
|
|
2121
2121
|
type: NgSwitchDefault,
|
|
2122
2122
|
deps: [{
|
|
@@ -2132,7 +2132,7 @@ class NgSwitchDefault {
|
|
|
2132
2132
|
});
|
|
2133
2133
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2134
2134
|
minVersion: "14.0.0",
|
|
2135
|
-
version: "21.1.0-
|
|
2135
|
+
version: "21.1.0-rc.0",
|
|
2136
2136
|
type: NgSwitchDefault,
|
|
2137
2137
|
isStandalone: true,
|
|
2138
2138
|
selector: "[ngSwitchDefault]",
|
|
@@ -2141,7 +2141,7 @@ class NgSwitchDefault {
|
|
|
2141
2141
|
}
|
|
2142
2142
|
i0.ɵɵngDeclareClassMetadata({
|
|
2143
2143
|
minVersion: "12.0.0",
|
|
2144
|
-
version: "21.1.0-
|
|
2144
|
+
version: "21.1.0-rc.0",
|
|
2145
2145
|
ngImport: i0,
|
|
2146
2146
|
type: NgSwitchDefault,
|
|
2147
2147
|
decorators: [{
|
|
@@ -2197,7 +2197,7 @@ class NgPlural {
|
|
|
2197
2197
|
}
|
|
2198
2198
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2199
2199
|
minVersion: "12.0.0",
|
|
2200
|
-
version: "21.1.0-
|
|
2200
|
+
version: "21.1.0-rc.0",
|
|
2201
2201
|
ngImport: i0,
|
|
2202
2202
|
type: NgPlural,
|
|
2203
2203
|
deps: [{
|
|
@@ -2207,7 +2207,7 @@ class NgPlural {
|
|
|
2207
2207
|
});
|
|
2208
2208
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2209
2209
|
minVersion: "14.0.0",
|
|
2210
|
-
version: "21.1.0-
|
|
2210
|
+
version: "21.1.0-rc.0",
|
|
2211
2211
|
type: NgPlural,
|
|
2212
2212
|
isStandalone: true,
|
|
2213
2213
|
selector: "[ngPlural]",
|
|
@@ -2219,7 +2219,7 @@ class NgPlural {
|
|
|
2219
2219
|
}
|
|
2220
2220
|
i0.ɵɵngDeclareClassMetadata({
|
|
2221
2221
|
minVersion: "12.0.0",
|
|
2222
|
-
version: "21.1.0-
|
|
2222
|
+
version: "21.1.0-rc.0",
|
|
2223
2223
|
ngImport: i0,
|
|
2224
2224
|
type: NgPlural,
|
|
2225
2225
|
decorators: [{
|
|
@@ -2246,7 +2246,7 @@ class NgPluralCase {
|
|
|
2246
2246
|
}
|
|
2247
2247
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2248
2248
|
minVersion: "12.0.0",
|
|
2249
|
-
version: "21.1.0-
|
|
2249
|
+
version: "21.1.0-rc.0",
|
|
2250
2250
|
ngImport: i0,
|
|
2251
2251
|
type: NgPluralCase,
|
|
2252
2252
|
deps: [{
|
|
@@ -2264,7 +2264,7 @@ class NgPluralCase {
|
|
|
2264
2264
|
});
|
|
2265
2265
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2266
2266
|
minVersion: "14.0.0",
|
|
2267
|
-
version: "21.1.0-
|
|
2267
|
+
version: "21.1.0-rc.0",
|
|
2268
2268
|
type: NgPluralCase,
|
|
2269
2269
|
isStandalone: true,
|
|
2270
2270
|
selector: "[ngPluralCase]",
|
|
@@ -2273,7 +2273,7 @@ class NgPluralCase {
|
|
|
2273
2273
|
}
|
|
2274
2274
|
i0.ɵɵngDeclareClassMetadata({
|
|
2275
2275
|
minVersion: "12.0.0",
|
|
2276
|
-
version: "21.1.0-
|
|
2276
|
+
version: "21.1.0-rc.0",
|
|
2277
2277
|
ngImport: i0,
|
|
2278
2278
|
type: NgPluralCase,
|
|
2279
2279
|
decorators: [{
|
|
@@ -2341,7 +2341,7 @@ class NgStyle {
|
|
|
2341
2341
|
}
|
|
2342
2342
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2343
2343
|
minVersion: "12.0.0",
|
|
2344
|
-
version: "21.1.0-
|
|
2344
|
+
version: "21.1.0-rc.0",
|
|
2345
2345
|
ngImport: i0,
|
|
2346
2346
|
type: NgStyle,
|
|
2347
2347
|
deps: [{
|
|
@@ -2355,7 +2355,7 @@ class NgStyle {
|
|
|
2355
2355
|
});
|
|
2356
2356
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2357
2357
|
minVersion: "14.0.0",
|
|
2358
|
-
version: "21.1.0-
|
|
2358
|
+
version: "21.1.0-rc.0",
|
|
2359
2359
|
type: NgStyle,
|
|
2360
2360
|
isStandalone: true,
|
|
2361
2361
|
selector: "[ngStyle]",
|
|
@@ -2367,7 +2367,7 @@ class NgStyle {
|
|
|
2367
2367
|
}
|
|
2368
2368
|
i0.ɵɵngDeclareClassMetadata({
|
|
2369
2369
|
minVersion: "12.0.0",
|
|
2370
|
-
version: "21.1.0-
|
|
2370
|
+
version: "21.1.0-rc.0",
|
|
2371
2371
|
ngImport: i0,
|
|
2372
2372
|
type: NgStyle,
|
|
2373
2373
|
decorators: [{
|
|
@@ -2437,7 +2437,7 @@ class NgTemplateOutlet {
|
|
|
2437
2437
|
}
|
|
2438
2438
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2439
2439
|
minVersion: "12.0.0",
|
|
2440
|
-
version: "21.1.0-
|
|
2440
|
+
version: "21.1.0-rc.0",
|
|
2441
2441
|
ngImport: i0,
|
|
2442
2442
|
type: NgTemplateOutlet,
|
|
2443
2443
|
deps: [{
|
|
@@ -2447,7 +2447,7 @@ class NgTemplateOutlet {
|
|
|
2447
2447
|
});
|
|
2448
2448
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2449
2449
|
minVersion: "14.0.0",
|
|
2450
|
-
version: "21.1.0-
|
|
2450
|
+
version: "21.1.0-rc.0",
|
|
2451
2451
|
type: NgTemplateOutlet,
|
|
2452
2452
|
isStandalone: true,
|
|
2453
2453
|
selector: "[ngTemplateOutlet]",
|
|
@@ -2462,7 +2462,7 @@ class NgTemplateOutlet {
|
|
|
2462
2462
|
}
|
|
2463
2463
|
i0.ɵɵngDeclareClassMetadata({
|
|
2464
2464
|
minVersion: "12.0.0",
|
|
2465
|
-
version: "21.1.0-
|
|
2465
|
+
version: "21.1.0-rc.0",
|
|
2466
2466
|
ngImport: i0,
|
|
2467
2467
|
type: NgTemplateOutlet,
|
|
2468
2468
|
decorators: [{
|
|
@@ -2585,7 +2585,7 @@ class AsyncPipe {
|
|
|
2585
2585
|
}
|
|
2586
2586
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2587
2587
|
minVersion: "12.0.0",
|
|
2588
|
-
version: "21.1.0-
|
|
2588
|
+
version: "21.1.0-rc.0",
|
|
2589
2589
|
ngImport: i0,
|
|
2590
2590
|
type: AsyncPipe,
|
|
2591
2591
|
deps: [{
|
|
@@ -2595,7 +2595,7 @@ class AsyncPipe {
|
|
|
2595
2595
|
});
|
|
2596
2596
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2597
2597
|
minVersion: "14.0.0",
|
|
2598
|
-
version: "21.1.0-
|
|
2598
|
+
version: "21.1.0-rc.0",
|
|
2599
2599
|
ngImport: i0,
|
|
2600
2600
|
type: AsyncPipe,
|
|
2601
2601
|
isStandalone: true,
|
|
@@ -2605,7 +2605,7 @@ class AsyncPipe {
|
|
|
2605
2605
|
}
|
|
2606
2606
|
i0.ɵɵngDeclareClassMetadata({
|
|
2607
2607
|
minVersion: "12.0.0",
|
|
2608
|
-
version: "21.1.0-
|
|
2608
|
+
version: "21.1.0-rc.0",
|
|
2609
2609
|
ngImport: i0,
|
|
2610
2610
|
type: AsyncPipe,
|
|
2611
2611
|
decorators: [{
|
|
@@ -2630,7 +2630,7 @@ class LowerCasePipe {
|
|
|
2630
2630
|
}
|
|
2631
2631
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2632
2632
|
minVersion: "12.0.0",
|
|
2633
|
-
version: "21.1.0-
|
|
2633
|
+
version: "21.1.0-rc.0",
|
|
2634
2634
|
ngImport: i0,
|
|
2635
2635
|
type: LowerCasePipe,
|
|
2636
2636
|
deps: [],
|
|
@@ -2638,7 +2638,7 @@ class LowerCasePipe {
|
|
|
2638
2638
|
});
|
|
2639
2639
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2640
2640
|
minVersion: "14.0.0",
|
|
2641
|
-
version: "21.1.0-
|
|
2641
|
+
version: "21.1.0-rc.0",
|
|
2642
2642
|
ngImport: i0,
|
|
2643
2643
|
type: LowerCasePipe,
|
|
2644
2644
|
isStandalone: true,
|
|
@@ -2647,7 +2647,7 @@ class LowerCasePipe {
|
|
|
2647
2647
|
}
|
|
2648
2648
|
i0.ɵɵngDeclareClassMetadata({
|
|
2649
2649
|
minVersion: "12.0.0",
|
|
2650
|
-
version: "21.1.0-
|
|
2650
|
+
version: "21.1.0-rc.0",
|
|
2651
2651
|
ngImport: i0,
|
|
2652
2652
|
type: LowerCasePipe,
|
|
2653
2653
|
decorators: [{
|
|
@@ -2668,7 +2668,7 @@ class TitleCasePipe {
|
|
|
2668
2668
|
}
|
|
2669
2669
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2670
2670
|
minVersion: "12.0.0",
|
|
2671
|
-
version: "21.1.0-
|
|
2671
|
+
version: "21.1.0-rc.0",
|
|
2672
2672
|
ngImport: i0,
|
|
2673
2673
|
type: TitleCasePipe,
|
|
2674
2674
|
deps: [],
|
|
@@ -2676,7 +2676,7 @@ class TitleCasePipe {
|
|
|
2676
2676
|
});
|
|
2677
2677
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2678
2678
|
minVersion: "14.0.0",
|
|
2679
|
-
version: "21.1.0-
|
|
2679
|
+
version: "21.1.0-rc.0",
|
|
2680
2680
|
ngImport: i0,
|
|
2681
2681
|
type: TitleCasePipe,
|
|
2682
2682
|
isStandalone: true,
|
|
@@ -2685,7 +2685,7 @@ class TitleCasePipe {
|
|
|
2685
2685
|
}
|
|
2686
2686
|
i0.ɵɵngDeclareClassMetadata({
|
|
2687
2687
|
minVersion: "12.0.0",
|
|
2688
|
-
version: "21.1.0-
|
|
2688
|
+
version: "21.1.0-rc.0",
|
|
2689
2689
|
ngImport: i0,
|
|
2690
2690
|
type: TitleCasePipe,
|
|
2691
2691
|
decorators: [{
|
|
@@ -2705,7 +2705,7 @@ class UpperCasePipe {
|
|
|
2705
2705
|
}
|
|
2706
2706
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2707
2707
|
minVersion: "12.0.0",
|
|
2708
|
-
version: "21.1.0-
|
|
2708
|
+
version: "21.1.0-rc.0",
|
|
2709
2709
|
ngImport: i0,
|
|
2710
2710
|
type: UpperCasePipe,
|
|
2711
2711
|
deps: [],
|
|
@@ -2713,7 +2713,7 @@ class UpperCasePipe {
|
|
|
2713
2713
|
});
|
|
2714
2714
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2715
2715
|
minVersion: "14.0.0",
|
|
2716
|
-
version: "21.1.0-
|
|
2716
|
+
version: "21.1.0-rc.0",
|
|
2717
2717
|
ngImport: i0,
|
|
2718
2718
|
type: UpperCasePipe,
|
|
2719
2719
|
isStandalone: true,
|
|
@@ -2722,7 +2722,7 @@ class UpperCasePipe {
|
|
|
2722
2722
|
}
|
|
2723
2723
|
i0.ɵɵngDeclareClassMetadata({
|
|
2724
2724
|
minVersion: "12.0.0",
|
|
2725
|
-
version: "21.1.0-
|
|
2725
|
+
version: "21.1.0-rc.0",
|
|
2726
2726
|
ngImport: i0,
|
|
2727
2727
|
type: UpperCasePipe,
|
|
2728
2728
|
decorators: [{
|
|
@@ -2758,7 +2758,7 @@ class DatePipe {
|
|
|
2758
2758
|
}
|
|
2759
2759
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2760
2760
|
minVersion: "12.0.0",
|
|
2761
|
-
version: "21.1.0-
|
|
2761
|
+
version: "21.1.0-rc.0",
|
|
2762
2762
|
ngImport: i0,
|
|
2763
2763
|
type: DatePipe,
|
|
2764
2764
|
deps: [{
|
|
@@ -2774,7 +2774,7 @@ class DatePipe {
|
|
|
2774
2774
|
});
|
|
2775
2775
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2776
2776
|
minVersion: "14.0.0",
|
|
2777
|
-
version: "21.1.0-
|
|
2777
|
+
version: "21.1.0-rc.0",
|
|
2778
2778
|
ngImport: i0,
|
|
2779
2779
|
type: DatePipe,
|
|
2780
2780
|
isStandalone: true,
|
|
@@ -2783,7 +2783,7 @@ class DatePipe {
|
|
|
2783
2783
|
}
|
|
2784
2784
|
i0.ɵɵngDeclareClassMetadata({
|
|
2785
2785
|
minVersion: "12.0.0",
|
|
2786
|
-
version: "21.1.0-
|
|
2786
|
+
version: "21.1.0-rc.0",
|
|
2787
2787
|
ngImport: i0,
|
|
2788
2788
|
type: DatePipe,
|
|
2789
2789
|
decorators: [{
|
|
@@ -2833,7 +2833,7 @@ class I18nPluralPipe {
|
|
|
2833
2833
|
}
|
|
2834
2834
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2835
2835
|
minVersion: "12.0.0",
|
|
2836
|
-
version: "21.1.0-
|
|
2836
|
+
version: "21.1.0-rc.0",
|
|
2837
2837
|
ngImport: i0,
|
|
2838
2838
|
type: I18nPluralPipe,
|
|
2839
2839
|
deps: [{
|
|
@@ -2843,7 +2843,7 @@ class I18nPluralPipe {
|
|
|
2843
2843
|
});
|
|
2844
2844
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2845
2845
|
minVersion: "14.0.0",
|
|
2846
|
-
version: "21.1.0-
|
|
2846
|
+
version: "21.1.0-rc.0",
|
|
2847
2847
|
ngImport: i0,
|
|
2848
2848
|
type: I18nPluralPipe,
|
|
2849
2849
|
isStandalone: true,
|
|
@@ -2852,7 +2852,7 @@ class I18nPluralPipe {
|
|
|
2852
2852
|
}
|
|
2853
2853
|
i0.ɵɵngDeclareClassMetadata({
|
|
2854
2854
|
minVersion: "12.0.0",
|
|
2855
|
-
version: "21.1.0-
|
|
2855
|
+
version: "21.1.0-rc.0",
|
|
2856
2856
|
ngImport: i0,
|
|
2857
2857
|
type: I18nPluralPipe,
|
|
2858
2858
|
decorators: [{
|
|
@@ -2882,7 +2882,7 @@ class I18nSelectPipe {
|
|
|
2882
2882
|
}
|
|
2883
2883
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2884
2884
|
minVersion: "12.0.0",
|
|
2885
|
-
version: "21.1.0-
|
|
2885
|
+
version: "21.1.0-rc.0",
|
|
2886
2886
|
ngImport: i0,
|
|
2887
2887
|
type: I18nSelectPipe,
|
|
2888
2888
|
deps: [],
|
|
@@ -2890,7 +2890,7 @@ class I18nSelectPipe {
|
|
|
2890
2890
|
});
|
|
2891
2891
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2892
2892
|
minVersion: "14.0.0",
|
|
2893
|
-
version: "21.1.0-
|
|
2893
|
+
version: "21.1.0-rc.0",
|
|
2894
2894
|
ngImport: i0,
|
|
2895
2895
|
type: I18nSelectPipe,
|
|
2896
2896
|
isStandalone: true,
|
|
@@ -2899,7 +2899,7 @@ class I18nSelectPipe {
|
|
|
2899
2899
|
}
|
|
2900
2900
|
i0.ɵɵngDeclareClassMetadata({
|
|
2901
2901
|
minVersion: "12.0.0",
|
|
2902
|
-
version: "21.1.0-
|
|
2902
|
+
version: "21.1.0-rc.0",
|
|
2903
2903
|
ngImport: i0,
|
|
2904
2904
|
type: I18nSelectPipe,
|
|
2905
2905
|
decorators: [{
|
|
@@ -2916,7 +2916,7 @@ class JsonPipe {
|
|
|
2916
2916
|
}
|
|
2917
2917
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2918
2918
|
minVersion: "12.0.0",
|
|
2919
|
-
version: "21.1.0-
|
|
2919
|
+
version: "21.1.0-rc.0",
|
|
2920
2920
|
ngImport: i0,
|
|
2921
2921
|
type: JsonPipe,
|
|
2922
2922
|
deps: [],
|
|
@@ -2924,7 +2924,7 @@ class JsonPipe {
|
|
|
2924
2924
|
});
|
|
2925
2925
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2926
2926
|
minVersion: "14.0.0",
|
|
2927
|
-
version: "21.1.0-
|
|
2927
|
+
version: "21.1.0-rc.0",
|
|
2928
2928
|
ngImport: i0,
|
|
2929
2929
|
type: JsonPipe,
|
|
2930
2930
|
isStandalone: true,
|
|
@@ -2934,7 +2934,7 @@ class JsonPipe {
|
|
|
2934
2934
|
}
|
|
2935
2935
|
i0.ɵɵngDeclareClassMetadata({
|
|
2936
2936
|
minVersion: "12.0.0",
|
|
2937
|
-
version: "21.1.0-
|
|
2937
|
+
version: "21.1.0-rc.0",
|
|
2938
2938
|
ngImport: i0,
|
|
2939
2939
|
type: JsonPipe,
|
|
2940
2940
|
decorators: [{
|
|
@@ -2983,7 +2983,7 @@ class KeyValuePipe {
|
|
|
2983
2983
|
}
|
|
2984
2984
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2985
2985
|
minVersion: "12.0.0",
|
|
2986
|
-
version: "21.1.0-
|
|
2986
|
+
version: "21.1.0-rc.0",
|
|
2987
2987
|
ngImport: i0,
|
|
2988
2988
|
type: KeyValuePipe,
|
|
2989
2989
|
deps: [{
|
|
@@ -2993,7 +2993,7 @@ class KeyValuePipe {
|
|
|
2993
2993
|
});
|
|
2994
2994
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2995
2995
|
minVersion: "14.0.0",
|
|
2996
|
-
version: "21.1.0-
|
|
2996
|
+
version: "21.1.0-rc.0",
|
|
2997
2997
|
ngImport: i0,
|
|
2998
2998
|
type: KeyValuePipe,
|
|
2999
2999
|
isStandalone: true,
|
|
@@ -3003,7 +3003,7 @@ class KeyValuePipe {
|
|
|
3003
3003
|
}
|
|
3004
3004
|
i0.ɵɵngDeclareClassMetadata({
|
|
3005
3005
|
minVersion: "12.0.0",
|
|
3006
|
-
version: "21.1.0-
|
|
3006
|
+
version: "21.1.0-rc.0",
|
|
3007
3007
|
ngImport: i0,
|
|
3008
3008
|
type: KeyValuePipe,
|
|
3009
3009
|
decorators: [{
|
|
@@ -3054,7 +3054,7 @@ class DecimalPipe {
|
|
|
3054
3054
|
}
|
|
3055
3055
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3056
3056
|
minVersion: "12.0.0",
|
|
3057
|
-
version: "21.1.0-
|
|
3057
|
+
version: "21.1.0-rc.0",
|
|
3058
3058
|
ngImport: i0,
|
|
3059
3059
|
type: DecimalPipe,
|
|
3060
3060
|
deps: [{
|
|
@@ -3064,7 +3064,7 @@ class DecimalPipe {
|
|
|
3064
3064
|
});
|
|
3065
3065
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3066
3066
|
minVersion: "14.0.0",
|
|
3067
|
-
version: "21.1.0-
|
|
3067
|
+
version: "21.1.0-rc.0",
|
|
3068
3068
|
ngImport: i0,
|
|
3069
3069
|
type: DecimalPipe,
|
|
3070
3070
|
isStandalone: true,
|
|
@@ -3073,7 +3073,7 @@ class DecimalPipe {
|
|
|
3073
3073
|
}
|
|
3074
3074
|
i0.ɵɵngDeclareClassMetadata({
|
|
3075
3075
|
minVersion: "12.0.0",
|
|
3076
|
-
version: "21.1.0-
|
|
3076
|
+
version: "21.1.0-rc.0",
|
|
3077
3077
|
ngImport: i0,
|
|
3078
3078
|
type: DecimalPipe,
|
|
3079
3079
|
decorators: [{
|
|
@@ -3107,7 +3107,7 @@ class PercentPipe {
|
|
|
3107
3107
|
}
|
|
3108
3108
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3109
3109
|
minVersion: "12.0.0",
|
|
3110
|
-
version: "21.1.0-
|
|
3110
|
+
version: "21.1.0-rc.0",
|
|
3111
3111
|
ngImport: i0,
|
|
3112
3112
|
type: PercentPipe,
|
|
3113
3113
|
deps: [{
|
|
@@ -3117,7 +3117,7 @@ class PercentPipe {
|
|
|
3117
3117
|
});
|
|
3118
3118
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3119
3119
|
minVersion: "14.0.0",
|
|
3120
|
-
version: "21.1.0-
|
|
3120
|
+
version: "21.1.0-rc.0",
|
|
3121
3121
|
ngImport: i0,
|
|
3122
3122
|
type: PercentPipe,
|
|
3123
3123
|
isStandalone: true,
|
|
@@ -3126,7 +3126,7 @@ class PercentPipe {
|
|
|
3126
3126
|
}
|
|
3127
3127
|
i0.ɵɵngDeclareClassMetadata({
|
|
3128
3128
|
minVersion: "12.0.0",
|
|
3129
|
-
version: "21.1.0-
|
|
3129
|
+
version: "21.1.0-rc.0",
|
|
3130
3130
|
ngImport: i0,
|
|
3131
3131
|
type: PercentPipe,
|
|
3132
3132
|
decorators: [{
|
|
@@ -3176,7 +3176,7 @@ class CurrencyPipe {
|
|
|
3176
3176
|
}
|
|
3177
3177
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3178
3178
|
minVersion: "12.0.0",
|
|
3179
|
-
version: "21.1.0-
|
|
3179
|
+
version: "21.1.0-rc.0",
|
|
3180
3180
|
ngImport: i0,
|
|
3181
3181
|
type: CurrencyPipe,
|
|
3182
3182
|
deps: [{
|
|
@@ -3188,7 +3188,7 @@ class CurrencyPipe {
|
|
|
3188
3188
|
});
|
|
3189
3189
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3190
3190
|
minVersion: "14.0.0",
|
|
3191
|
-
version: "21.1.0-
|
|
3191
|
+
version: "21.1.0-rc.0",
|
|
3192
3192
|
ngImport: i0,
|
|
3193
3193
|
type: CurrencyPipe,
|
|
3194
3194
|
isStandalone: true,
|
|
@@ -3197,7 +3197,7 @@ class CurrencyPipe {
|
|
|
3197
3197
|
}
|
|
3198
3198
|
i0.ɵɵngDeclareClassMetadata({
|
|
3199
3199
|
minVersion: "12.0.0",
|
|
3200
|
-
version: "21.1.0-
|
|
3200
|
+
version: "21.1.0-rc.0",
|
|
3201
3201
|
ngImport: i0,
|
|
3202
3202
|
type: CurrencyPipe,
|
|
3203
3203
|
decorators: [{
|
|
@@ -3244,7 +3244,7 @@ class SlicePipe {
|
|
|
3244
3244
|
}
|
|
3245
3245
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3246
3246
|
minVersion: "12.0.0",
|
|
3247
|
-
version: "21.1.0-
|
|
3247
|
+
version: "21.1.0-rc.0",
|
|
3248
3248
|
ngImport: i0,
|
|
3249
3249
|
type: SlicePipe,
|
|
3250
3250
|
deps: [],
|
|
@@ -3252,7 +3252,7 @@ class SlicePipe {
|
|
|
3252
3252
|
});
|
|
3253
3253
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3254
3254
|
minVersion: "14.0.0",
|
|
3255
|
-
version: "21.1.0-
|
|
3255
|
+
version: "21.1.0-rc.0",
|
|
3256
3256
|
ngImport: i0,
|
|
3257
3257
|
type: SlicePipe,
|
|
3258
3258
|
isStandalone: true,
|
|
@@ -3262,7 +3262,7 @@ class SlicePipe {
|
|
|
3262
3262
|
}
|
|
3263
3263
|
i0.ɵɵngDeclareClassMetadata({
|
|
3264
3264
|
minVersion: "12.0.0",
|
|
3265
|
-
version: "21.1.0-
|
|
3265
|
+
version: "21.1.0-rc.0",
|
|
3266
3266
|
ngImport: i0,
|
|
3267
3267
|
type: SlicePipe,
|
|
3268
3268
|
decorators: [{
|
|
@@ -3279,7 +3279,7 @@ const COMMON_PIPES = [AsyncPipe, UpperCasePipe, LowerCasePipe, JsonPipe, SlicePi
|
|
|
3279
3279
|
class CommonModule {
|
|
3280
3280
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3281
3281
|
minVersion: "12.0.0",
|
|
3282
|
-
version: "21.1.0-
|
|
3282
|
+
version: "21.1.0-rc.0",
|
|
3283
3283
|
ngImport: i0,
|
|
3284
3284
|
type: CommonModule,
|
|
3285
3285
|
deps: [],
|
|
@@ -3287,7 +3287,7 @@ class CommonModule {
|
|
|
3287
3287
|
});
|
|
3288
3288
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
3289
3289
|
minVersion: "14.0.0",
|
|
3290
|
-
version: "21.1.0-
|
|
3290
|
+
version: "21.1.0-rc.0",
|
|
3291
3291
|
ngImport: i0,
|
|
3292
3292
|
type: CommonModule,
|
|
3293
3293
|
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],
|
|
@@ -3295,14 +3295,14 @@ class CommonModule {
|
|
|
3295
3295
|
});
|
|
3296
3296
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
3297
3297
|
minVersion: "12.0.0",
|
|
3298
|
-
version: "21.1.0-
|
|
3298
|
+
version: "21.1.0-rc.0",
|
|
3299
3299
|
ngImport: i0,
|
|
3300
3300
|
type: CommonModule
|
|
3301
3301
|
});
|
|
3302
3302
|
}
|
|
3303
3303
|
i0.ɵɵngDeclareClassMetadata({
|
|
3304
3304
|
minVersion: "12.0.0",
|
|
3305
|
-
version: "21.1.0-
|
|
3305
|
+
version: "21.1.0-rc.0",
|
|
3306
3306
|
ngImport: i0,
|
|
3307
3307
|
type: CommonModule,
|
|
3308
3308
|
decorators: [{
|