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