@angular/common 21.2.0-rc.0 → 21.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/_common_module-chunk.mjs +94 -87
- package/fesm2022/_common_module-chunk.mjs.map +1 -1
- package/fesm2022/_location-chunk.mjs +16 -16
- package/fesm2022/_location-chunk.mjs.map +1 -1
- package/fesm2022/_module-chunk.mjs +46 -46
- package/fesm2022/_module-chunk.mjs.map +1 -1
- package/fesm2022/_platform_location-chunk.mjs +7 -7
- package/fesm2022/_platform_location-chunk.mjs.map +1 -1
- package/fesm2022/_platform_navigation-chunk.mjs +4 -4
- package/fesm2022/_platform_navigation-chunk.mjs.map +1 -1
- package/fesm2022/_xhr-chunk.mjs +1 -1
- package/fesm2022/_xhr-chunk.mjs.map +1 -1
- package/fesm2022/common.mjs +62 -29
- package/fesm2022/common.mjs.map +1 -1
- package/fesm2022/http-testing.mjs +8 -8
- package/fesm2022/http-testing.mjs.map +1 -1
- package/fesm2022/http.mjs +1 -1
- package/fesm2022/http.mjs.map +1 -1
- package/fesm2022/testing.mjs +13 -13
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/upgrade.mjs +5 -5
- package/fesm2022/upgrade.mjs.map +1 -1
- package/package.json +2 -2
- package/types/_common_module-chunk.d.ts +1 -1
- package/types/_module-chunk.d.ts +1 -1
- package/types/_platform_location-chunk.d.ts +1 -1
- package/types/_xhr-chunk.d.ts +1 -1
- package/types/common.d.ts +1 -1
- package/types/http-testing.d.ts +1 -1
- package/types/http.d.ts +1 -1
- package/types/testing.d.ts +1 -1
- package/types/upgrade.d.ts +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.2.0
|
|
2
|
+
* @license Angular v21.2.0
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import * as i0 from '@angular/core';
|
|
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, Injector, ɵ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';
|
|
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, Injector, isSignal, ɵ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
9
|
import { LocationStrategy, joinWithSlash, normalizeQueryParams, APP_BASE_HREF } from './_location-chunk.mjs';
|
|
10
10
|
import { PlatformLocation } from './_platform_location-chunk.mjs';
|
|
11
11
|
|
|
@@ -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.2.0
|
|
64
|
+
version: "21.2.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.2.0
|
|
77
|
+
version: "21.2.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.2.0
|
|
84
|
+
version: "21.2.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.2.0
|
|
1275
|
+
version: "21.2.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.2.0
|
|
1283
|
+
version: "21.2.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.2.0
|
|
1292
|
+
version: "21.2.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.2.0
|
|
1342
|
+
version: "21.2.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.2.0
|
|
1352
|
+
version: "21.2.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.2.0
|
|
1359
|
+
version: "21.2.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.2.0
|
|
1459
|
+
version: "21.2.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.2.0
|
|
1471
|
+
version: "21.2.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.2.0
|
|
1484
|
+
version: "21.2.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.2.0
|
|
1583
|
+
version: "21.2.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.2.0
|
|
1593
|
+
version: "21.2.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.2.0
|
|
1612
|
+
version: "21.2.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.2.0
|
|
1761
|
+
version: "21.2.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.2.0
|
|
1775
|
+
version: "21.2.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.2.0
|
|
1789
|
+
version: "21.2.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.2.0
|
|
1877
|
+
version: "21.2.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.2.0
|
|
1889
|
+
version: "21.2.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.2.0
|
|
1903
|
+
version: "21.2.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.2.0
|
|
2003
|
+
version: "21.2.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.2.0
|
|
2011
|
+
version: "21.2.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.2.0
|
|
2023
|
+
version: "21.2.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.2.0
|
|
2055
|
+
version: "21.2.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.2.0
|
|
2071
|
+
version: "21.2.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.2.0
|
|
2083
|
+
version: "21.2.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.2.0
|
|
2119
|
+
version: "21.2.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.2.0
|
|
2135
|
+
version: "21.2.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.2.0
|
|
2144
|
+
version: "21.2.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.2.0
|
|
2200
|
+
version: "21.2.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.2.0
|
|
2210
|
+
version: "21.2.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.2.0
|
|
2222
|
+
version: "21.2.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.2.0
|
|
2249
|
+
version: "21.2.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.2.0
|
|
2267
|
+
version: "21.2.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.2.0
|
|
2276
|
+
version: "21.2.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.2.0
|
|
2344
|
+
version: "21.2.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.2.0
|
|
2358
|
+
version: "21.2.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.2.0
|
|
2370
|
+
version: "21.2.0",
|
|
2371
2371
|
ngImport: i0,
|
|
2372
2372
|
type: NgStyle,
|
|
2373
2373
|
decorators: [{
|
|
@@ -2444,7 +2444,7 @@ class NgTemplateOutlet {
|
|
|
2444
2444
|
}
|
|
2445
2445
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2446
2446
|
minVersion: "12.0.0",
|
|
2447
|
-
version: "21.2.0
|
|
2447
|
+
version: "21.2.0",
|
|
2448
2448
|
ngImport: i0,
|
|
2449
2449
|
type: NgTemplateOutlet,
|
|
2450
2450
|
deps: [{
|
|
@@ -2454,7 +2454,7 @@ class NgTemplateOutlet {
|
|
|
2454
2454
|
});
|
|
2455
2455
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2456
2456
|
minVersion: "14.0.0",
|
|
2457
|
-
version: "21.2.0
|
|
2457
|
+
version: "21.2.0",
|
|
2458
2458
|
type: NgTemplateOutlet,
|
|
2459
2459
|
isStandalone: true,
|
|
2460
2460
|
selector: "[ngTemplateOutlet]",
|
|
@@ -2469,7 +2469,7 @@ class NgTemplateOutlet {
|
|
|
2469
2469
|
}
|
|
2470
2470
|
i0.ɵɵngDeclareClassMetadata({
|
|
2471
2471
|
minVersion: "12.0.0",
|
|
2472
|
-
version: "21.2.0
|
|
2472
|
+
version: "21.2.0",
|
|
2473
2473
|
ngImport: i0,
|
|
2474
2474
|
type: NgTemplateOutlet,
|
|
2475
2475
|
decorators: [{
|
|
@@ -2499,6 +2499,11 @@ const COMMON_DIRECTIVES = [NgClass, NgComponentOutlet, NgForOf, NgIf, NgTemplate
|
|
|
2499
2499
|
function invalidPipeArgumentError(type, value) {
|
|
2500
2500
|
return new _RuntimeError(2100, ngDevMode && `InvalidPipeArgument: '${value}' for pipe '${_stringify(type)}'`);
|
|
2501
2501
|
}
|
|
2502
|
+
function warnIfSignal(pipeName, value) {
|
|
2503
|
+
if (isSignal(value)) {
|
|
2504
|
+
console.warn(`The ${pipeName} does not unwrap signals. Received a signal with value:`, value());
|
|
2505
|
+
}
|
|
2506
|
+
}
|
|
2502
2507
|
|
|
2503
2508
|
class SubscribableStrategy {
|
|
2504
2509
|
createSubscription(async, updateLatestValue, onError) {
|
|
@@ -2592,7 +2597,7 @@ class AsyncPipe {
|
|
|
2592
2597
|
}
|
|
2593
2598
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2594
2599
|
minVersion: "12.0.0",
|
|
2595
|
-
version: "21.2.0
|
|
2600
|
+
version: "21.2.0",
|
|
2596
2601
|
ngImport: i0,
|
|
2597
2602
|
type: AsyncPipe,
|
|
2598
2603
|
deps: [{
|
|
@@ -2602,7 +2607,7 @@ class AsyncPipe {
|
|
|
2602
2607
|
});
|
|
2603
2608
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2604
2609
|
minVersion: "14.0.0",
|
|
2605
|
-
version: "21.2.0
|
|
2610
|
+
version: "21.2.0",
|
|
2606
2611
|
ngImport: i0,
|
|
2607
2612
|
type: AsyncPipe,
|
|
2608
2613
|
isStandalone: true,
|
|
@@ -2612,7 +2617,7 @@ class AsyncPipe {
|
|
|
2612
2617
|
}
|
|
2613
2618
|
i0.ɵɵngDeclareClassMetadata({
|
|
2614
2619
|
minVersion: "12.0.0",
|
|
2615
|
-
version: "21.2.0
|
|
2620
|
+
version: "21.2.0",
|
|
2616
2621
|
ngImport: i0,
|
|
2617
2622
|
type: AsyncPipe,
|
|
2618
2623
|
decorators: [{
|
|
@@ -2635,7 +2640,7 @@ class LowerCasePipe {
|
|
|
2635
2640
|
}
|
|
2636
2641
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2637
2642
|
minVersion: "12.0.0",
|
|
2638
|
-
version: "21.2.0
|
|
2643
|
+
version: "21.2.0",
|
|
2639
2644
|
ngImport: i0,
|
|
2640
2645
|
type: LowerCasePipe,
|
|
2641
2646
|
deps: [],
|
|
@@ -2643,7 +2648,7 @@ class LowerCasePipe {
|
|
|
2643
2648
|
});
|
|
2644
2649
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2645
2650
|
minVersion: "14.0.0",
|
|
2646
|
-
version: "21.2.0
|
|
2651
|
+
version: "21.2.0",
|
|
2647
2652
|
ngImport: i0,
|
|
2648
2653
|
type: LowerCasePipe,
|
|
2649
2654
|
isStandalone: true,
|
|
@@ -2652,7 +2657,7 @@ class LowerCasePipe {
|
|
|
2652
2657
|
}
|
|
2653
2658
|
i0.ɵɵngDeclareClassMetadata({
|
|
2654
2659
|
minVersion: "12.0.0",
|
|
2655
|
-
version: "21.2.0
|
|
2660
|
+
version: "21.2.0",
|
|
2656
2661
|
ngImport: i0,
|
|
2657
2662
|
type: LowerCasePipe,
|
|
2658
2663
|
decorators: [{
|
|
@@ -2671,7 +2676,7 @@ class TitleCasePipe {
|
|
|
2671
2676
|
}
|
|
2672
2677
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2673
2678
|
minVersion: "12.0.0",
|
|
2674
|
-
version: "21.2.0
|
|
2679
|
+
version: "21.2.0",
|
|
2675
2680
|
ngImport: i0,
|
|
2676
2681
|
type: TitleCasePipe,
|
|
2677
2682
|
deps: [],
|
|
@@ -2679,7 +2684,7 @@ class TitleCasePipe {
|
|
|
2679
2684
|
});
|
|
2680
2685
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2681
2686
|
minVersion: "14.0.0",
|
|
2682
|
-
version: "21.2.0
|
|
2687
|
+
version: "21.2.0",
|
|
2683
2688
|
ngImport: i0,
|
|
2684
2689
|
type: TitleCasePipe,
|
|
2685
2690
|
isStandalone: true,
|
|
@@ -2688,7 +2693,7 @@ class TitleCasePipe {
|
|
|
2688
2693
|
}
|
|
2689
2694
|
i0.ɵɵngDeclareClassMetadata({
|
|
2690
2695
|
minVersion: "12.0.0",
|
|
2691
|
-
version: "21.2.0
|
|
2696
|
+
version: "21.2.0",
|
|
2692
2697
|
ngImport: i0,
|
|
2693
2698
|
type: TitleCasePipe,
|
|
2694
2699
|
decorators: [{
|
|
@@ -2706,7 +2711,7 @@ class UpperCasePipe {
|
|
|
2706
2711
|
}
|
|
2707
2712
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2708
2713
|
minVersion: "12.0.0",
|
|
2709
|
-
version: "21.2.0
|
|
2714
|
+
version: "21.2.0",
|
|
2710
2715
|
ngImport: i0,
|
|
2711
2716
|
type: UpperCasePipe,
|
|
2712
2717
|
deps: [],
|
|
@@ -2714,7 +2719,7 @@ class UpperCasePipe {
|
|
|
2714
2719
|
});
|
|
2715
2720
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2716
2721
|
minVersion: "14.0.0",
|
|
2717
|
-
version: "21.2.0
|
|
2722
|
+
version: "21.2.0",
|
|
2718
2723
|
ngImport: i0,
|
|
2719
2724
|
type: UpperCasePipe,
|
|
2720
2725
|
isStandalone: true,
|
|
@@ -2723,7 +2728,7 @@ class UpperCasePipe {
|
|
|
2723
2728
|
}
|
|
2724
2729
|
i0.ɵɵngDeclareClassMetadata({
|
|
2725
2730
|
minVersion: "12.0.0",
|
|
2726
|
-
version: "21.2.0
|
|
2731
|
+
version: "21.2.0",
|
|
2727
2732
|
ngImport: i0,
|
|
2728
2733
|
type: UpperCasePipe,
|
|
2729
2734
|
decorators: [{
|
|
@@ -2764,7 +2769,7 @@ class DatePipe {
|
|
|
2764
2769
|
}
|
|
2765
2770
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2766
2771
|
minVersion: "12.0.0",
|
|
2767
|
-
version: "21.2.0
|
|
2772
|
+
version: "21.2.0",
|
|
2768
2773
|
ngImport: i0,
|
|
2769
2774
|
type: DatePipe,
|
|
2770
2775
|
deps: [{
|
|
@@ -2780,7 +2785,7 @@ class DatePipe {
|
|
|
2780
2785
|
});
|
|
2781
2786
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2782
2787
|
minVersion: "14.0.0",
|
|
2783
|
-
version: "21.2.0
|
|
2788
|
+
version: "21.2.0",
|
|
2784
2789
|
ngImport: i0,
|
|
2785
2790
|
type: DatePipe,
|
|
2786
2791
|
isStandalone: true,
|
|
@@ -2789,7 +2794,7 @@ class DatePipe {
|
|
|
2789
2794
|
}
|
|
2790
2795
|
i0.ɵɵngDeclareClassMetadata({
|
|
2791
2796
|
minVersion: "12.0.0",
|
|
2792
|
-
version: "21.2.0
|
|
2797
|
+
version: "21.2.0",
|
|
2793
2798
|
ngImport: i0,
|
|
2794
2799
|
type: DatePipe,
|
|
2795
2800
|
decorators: [{
|
|
@@ -2839,7 +2844,7 @@ class I18nPluralPipe {
|
|
|
2839
2844
|
}
|
|
2840
2845
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2841
2846
|
minVersion: "12.0.0",
|
|
2842
|
-
version: "21.2.0
|
|
2847
|
+
version: "21.2.0",
|
|
2843
2848
|
ngImport: i0,
|
|
2844
2849
|
type: I18nPluralPipe,
|
|
2845
2850
|
deps: [{
|
|
@@ -2849,7 +2854,7 @@ class I18nPluralPipe {
|
|
|
2849
2854
|
});
|
|
2850
2855
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2851
2856
|
minVersion: "14.0.0",
|
|
2852
|
-
version: "21.2.0
|
|
2857
|
+
version: "21.2.0",
|
|
2853
2858
|
ngImport: i0,
|
|
2854
2859
|
type: I18nPluralPipe,
|
|
2855
2860
|
isStandalone: true,
|
|
@@ -2858,7 +2863,7 @@ class I18nPluralPipe {
|
|
|
2858
2863
|
}
|
|
2859
2864
|
i0.ɵɵngDeclareClassMetadata({
|
|
2860
2865
|
minVersion: "12.0.0",
|
|
2861
|
-
version: "21.2.0
|
|
2866
|
+
version: "21.2.0",
|
|
2862
2867
|
ngImport: i0,
|
|
2863
2868
|
type: I18nPluralPipe,
|
|
2864
2869
|
decorators: [{
|
|
@@ -2888,7 +2893,7 @@ class I18nSelectPipe {
|
|
|
2888
2893
|
}
|
|
2889
2894
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2890
2895
|
minVersion: "12.0.0",
|
|
2891
|
-
version: "21.2.0
|
|
2896
|
+
version: "21.2.0",
|
|
2892
2897
|
ngImport: i0,
|
|
2893
2898
|
type: I18nSelectPipe,
|
|
2894
2899
|
deps: [],
|
|
@@ -2896,7 +2901,7 @@ class I18nSelectPipe {
|
|
|
2896
2901
|
});
|
|
2897
2902
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2898
2903
|
minVersion: "14.0.0",
|
|
2899
|
-
version: "21.2.0
|
|
2904
|
+
version: "21.2.0",
|
|
2900
2905
|
ngImport: i0,
|
|
2901
2906
|
type: I18nSelectPipe,
|
|
2902
2907
|
isStandalone: true,
|
|
@@ -2905,7 +2910,7 @@ class I18nSelectPipe {
|
|
|
2905
2910
|
}
|
|
2906
2911
|
i0.ɵɵngDeclareClassMetadata({
|
|
2907
2912
|
minVersion: "12.0.0",
|
|
2908
|
-
version: "21.2.0
|
|
2913
|
+
version: "21.2.0",
|
|
2909
2914
|
ngImport: i0,
|
|
2910
2915
|
type: I18nSelectPipe,
|
|
2911
2916
|
decorators: [{
|
|
@@ -2918,11 +2923,12 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
2918
2923
|
|
|
2919
2924
|
class JsonPipe {
|
|
2920
2925
|
transform(value) {
|
|
2926
|
+
ngDevMode && warnIfSignal('JsonPipe', value);
|
|
2921
2927
|
return JSON.stringify(value, null, 2);
|
|
2922
2928
|
}
|
|
2923
2929
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2924
2930
|
minVersion: "12.0.0",
|
|
2925
|
-
version: "21.2.0
|
|
2931
|
+
version: "21.2.0",
|
|
2926
2932
|
ngImport: i0,
|
|
2927
2933
|
type: JsonPipe,
|
|
2928
2934
|
deps: [],
|
|
@@ -2930,7 +2936,7 @@ class JsonPipe {
|
|
|
2930
2936
|
});
|
|
2931
2937
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2932
2938
|
minVersion: "14.0.0",
|
|
2933
|
-
version: "21.2.0
|
|
2939
|
+
version: "21.2.0",
|
|
2934
2940
|
ngImport: i0,
|
|
2935
2941
|
type: JsonPipe,
|
|
2936
2942
|
isStandalone: true,
|
|
@@ -2940,7 +2946,7 @@ class JsonPipe {
|
|
|
2940
2946
|
}
|
|
2941
2947
|
i0.ɵɵngDeclareClassMetadata({
|
|
2942
2948
|
minVersion: "12.0.0",
|
|
2943
|
-
version: "21.2.0
|
|
2949
|
+
version: "21.2.0",
|
|
2944
2950
|
ngImport: i0,
|
|
2945
2951
|
type: JsonPipe,
|
|
2946
2952
|
decorators: [{
|
|
@@ -2967,6 +2973,7 @@ class KeyValuePipe {
|
|
|
2967
2973
|
keyValues = [];
|
|
2968
2974
|
compareFn = defaultComparator;
|
|
2969
2975
|
transform(input, compareFn = defaultComparator) {
|
|
2976
|
+
ngDevMode && warnIfSignal('KeyValuePipe', input);
|
|
2970
2977
|
if (!input || !(input instanceof Map) && typeof input !== 'object') {
|
|
2971
2978
|
return null;
|
|
2972
2979
|
}
|
|
@@ -2989,7 +2996,7 @@ class KeyValuePipe {
|
|
|
2989
2996
|
}
|
|
2990
2997
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2991
2998
|
minVersion: "12.0.0",
|
|
2992
|
-
version: "21.2.0
|
|
2999
|
+
version: "21.2.0",
|
|
2993
3000
|
ngImport: i0,
|
|
2994
3001
|
type: KeyValuePipe,
|
|
2995
3002
|
deps: [{
|
|
@@ -2999,7 +3006,7 @@ class KeyValuePipe {
|
|
|
2999
3006
|
});
|
|
3000
3007
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3001
3008
|
minVersion: "14.0.0",
|
|
3002
|
-
version: "21.2.0
|
|
3009
|
+
version: "21.2.0",
|
|
3003
3010
|
ngImport: i0,
|
|
3004
3011
|
type: KeyValuePipe,
|
|
3005
3012
|
isStandalone: true,
|
|
@@ -3009,7 +3016,7 @@ class KeyValuePipe {
|
|
|
3009
3016
|
}
|
|
3010
3017
|
i0.ɵɵngDeclareClassMetadata({
|
|
3011
3018
|
minVersion: "12.0.0",
|
|
3012
|
-
version: "21.2.0
|
|
3019
|
+
version: "21.2.0",
|
|
3013
3020
|
ngImport: i0,
|
|
3014
3021
|
type: KeyValuePipe,
|
|
3015
3022
|
decorators: [{
|
|
@@ -3060,7 +3067,7 @@ class DecimalPipe {
|
|
|
3060
3067
|
}
|
|
3061
3068
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3062
3069
|
minVersion: "12.0.0",
|
|
3063
|
-
version: "21.2.0
|
|
3070
|
+
version: "21.2.0",
|
|
3064
3071
|
ngImport: i0,
|
|
3065
3072
|
type: DecimalPipe,
|
|
3066
3073
|
deps: [{
|
|
@@ -3070,7 +3077,7 @@ class DecimalPipe {
|
|
|
3070
3077
|
});
|
|
3071
3078
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3072
3079
|
minVersion: "14.0.0",
|
|
3073
|
-
version: "21.2.0
|
|
3080
|
+
version: "21.2.0",
|
|
3074
3081
|
ngImport: i0,
|
|
3075
3082
|
type: DecimalPipe,
|
|
3076
3083
|
isStandalone: true,
|
|
@@ -3079,7 +3086,7 @@ class DecimalPipe {
|
|
|
3079
3086
|
}
|
|
3080
3087
|
i0.ɵɵngDeclareClassMetadata({
|
|
3081
3088
|
minVersion: "12.0.0",
|
|
3082
|
-
version: "21.2.0
|
|
3089
|
+
version: "21.2.0",
|
|
3083
3090
|
ngImport: i0,
|
|
3084
3091
|
type: DecimalPipe,
|
|
3085
3092
|
decorators: [{
|
|
@@ -3113,7 +3120,7 @@ class PercentPipe {
|
|
|
3113
3120
|
}
|
|
3114
3121
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3115
3122
|
minVersion: "12.0.0",
|
|
3116
|
-
version: "21.2.0
|
|
3123
|
+
version: "21.2.0",
|
|
3117
3124
|
ngImport: i0,
|
|
3118
3125
|
type: PercentPipe,
|
|
3119
3126
|
deps: [{
|
|
@@ -3123,7 +3130,7 @@ class PercentPipe {
|
|
|
3123
3130
|
});
|
|
3124
3131
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3125
3132
|
minVersion: "14.0.0",
|
|
3126
|
-
version: "21.2.0
|
|
3133
|
+
version: "21.2.0",
|
|
3127
3134
|
ngImport: i0,
|
|
3128
3135
|
type: PercentPipe,
|
|
3129
3136
|
isStandalone: true,
|
|
@@ -3132,7 +3139,7 @@ class PercentPipe {
|
|
|
3132
3139
|
}
|
|
3133
3140
|
i0.ɵɵngDeclareClassMetadata({
|
|
3134
3141
|
minVersion: "12.0.0",
|
|
3135
|
-
version: "21.2.0
|
|
3142
|
+
version: "21.2.0",
|
|
3136
3143
|
ngImport: i0,
|
|
3137
3144
|
type: PercentPipe,
|
|
3138
3145
|
decorators: [{
|
|
@@ -3182,7 +3189,7 @@ class CurrencyPipe {
|
|
|
3182
3189
|
}
|
|
3183
3190
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3184
3191
|
minVersion: "12.0.0",
|
|
3185
|
-
version: "21.2.0
|
|
3192
|
+
version: "21.2.0",
|
|
3186
3193
|
ngImport: i0,
|
|
3187
3194
|
type: CurrencyPipe,
|
|
3188
3195
|
deps: [{
|
|
@@ -3194,7 +3201,7 @@ class CurrencyPipe {
|
|
|
3194
3201
|
});
|
|
3195
3202
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3196
3203
|
minVersion: "14.0.0",
|
|
3197
|
-
version: "21.2.0
|
|
3204
|
+
version: "21.2.0",
|
|
3198
3205
|
ngImport: i0,
|
|
3199
3206
|
type: CurrencyPipe,
|
|
3200
3207
|
isStandalone: true,
|
|
@@ -3203,7 +3210,7 @@ class CurrencyPipe {
|
|
|
3203
3210
|
}
|
|
3204
3211
|
i0.ɵɵngDeclareClassMetadata({
|
|
3205
3212
|
minVersion: "12.0.0",
|
|
3206
|
-
version: "21.2.0
|
|
3213
|
+
version: "21.2.0",
|
|
3207
3214
|
ngImport: i0,
|
|
3208
3215
|
type: CurrencyPipe,
|
|
3209
3216
|
decorators: [{
|
|
@@ -3250,7 +3257,7 @@ class SlicePipe {
|
|
|
3250
3257
|
}
|
|
3251
3258
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3252
3259
|
minVersion: "12.0.0",
|
|
3253
|
-
version: "21.2.0
|
|
3260
|
+
version: "21.2.0",
|
|
3254
3261
|
ngImport: i0,
|
|
3255
3262
|
type: SlicePipe,
|
|
3256
3263
|
deps: [],
|
|
@@ -3258,7 +3265,7 @@ class SlicePipe {
|
|
|
3258
3265
|
});
|
|
3259
3266
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3260
3267
|
minVersion: "14.0.0",
|
|
3261
|
-
version: "21.2.0
|
|
3268
|
+
version: "21.2.0",
|
|
3262
3269
|
ngImport: i0,
|
|
3263
3270
|
type: SlicePipe,
|
|
3264
3271
|
isStandalone: true,
|
|
@@ -3268,7 +3275,7 @@ class SlicePipe {
|
|
|
3268
3275
|
}
|
|
3269
3276
|
i0.ɵɵngDeclareClassMetadata({
|
|
3270
3277
|
minVersion: "12.0.0",
|
|
3271
|
-
version: "21.2.0
|
|
3278
|
+
version: "21.2.0",
|
|
3272
3279
|
ngImport: i0,
|
|
3273
3280
|
type: SlicePipe,
|
|
3274
3281
|
decorators: [{
|
|
@@ -3285,7 +3292,7 @@ const COMMON_PIPES = [AsyncPipe, UpperCasePipe, LowerCasePipe, JsonPipe, SlicePi
|
|
|
3285
3292
|
class CommonModule {
|
|
3286
3293
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3287
3294
|
minVersion: "12.0.0",
|
|
3288
|
-
version: "21.2.0
|
|
3295
|
+
version: "21.2.0",
|
|
3289
3296
|
ngImport: i0,
|
|
3290
3297
|
type: CommonModule,
|
|
3291
3298
|
deps: [],
|
|
@@ -3293,7 +3300,7 @@ class CommonModule {
|
|
|
3293
3300
|
});
|
|
3294
3301
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
3295
3302
|
minVersion: "14.0.0",
|
|
3296
|
-
version: "21.2.0
|
|
3303
|
+
version: "21.2.0",
|
|
3297
3304
|
ngImport: i0,
|
|
3298
3305
|
type: CommonModule,
|
|
3299
3306
|
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],
|
|
@@ -3301,14 +3308,14 @@ class CommonModule {
|
|
|
3301
3308
|
});
|
|
3302
3309
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
3303
3310
|
minVersion: "12.0.0",
|
|
3304
|
-
version: "21.2.0
|
|
3311
|
+
version: "21.2.0",
|
|
3305
3312
|
ngImport: i0,
|
|
3306
3313
|
type: CommonModule
|
|
3307
3314
|
});
|
|
3308
3315
|
}
|
|
3309
3316
|
i0.ɵɵngDeclareClassMetadata({
|
|
3310
3317
|
minVersion: "12.0.0",
|
|
3311
|
-
version: "21.2.0
|
|
3318
|
+
version: "21.2.0",
|
|
3312
3319
|
ngImport: i0,
|
|
3313
3320
|
type: CommonModule,
|
|
3314
3321
|
decorators: [{
|