@angular/common 21.1.4 → 21.1.6
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 +10 -10
- package/fesm2022/_module-chunk.mjs +46 -46
- package/fesm2022/_platform_location-chunk.mjs +7 -7
- package/fesm2022/_platform_navigation-chunk.mjs +4 -4
- package/fesm2022/_xhr-chunk.mjs +1 -1
- package/fesm2022/common.mjs +64 -31
- package/fesm2022/common.mjs.map +1 -1
- package/fesm2022/http-testing.mjs +8 -8
- package/fesm2022/http.mjs +1 -1
- package/fesm2022/testing.mjs +13 -13
- package/fesm2022/upgrade.mjs +5 -5
- package/package.json +2 -2
- package/types/_common_module-chunk.d.ts +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 +3 -3
- 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.1.
|
|
2
|
+
* @license Angular v21.1.6
|
|
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, ɵ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, 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.1.
|
|
64
|
+
version: "21.1.6",
|
|
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.
|
|
77
|
+
version: "21.1.6",
|
|
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.
|
|
84
|
+
version: "21.1.6",
|
|
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.
|
|
1275
|
+
version: "21.1.6",
|
|
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.
|
|
1283
|
+
version: "21.1.6",
|
|
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.
|
|
1292
|
+
version: "21.1.6",
|
|
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.
|
|
1342
|
+
version: "21.1.6",
|
|
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.
|
|
1352
|
+
version: "21.1.6",
|
|
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.
|
|
1359
|
+
version: "21.1.6",
|
|
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.
|
|
1459
|
+
version: "21.1.6",
|
|
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.
|
|
1471
|
+
version: "21.1.6",
|
|
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.
|
|
1484
|
+
version: "21.1.6",
|
|
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.
|
|
1583
|
+
version: "21.1.6",
|
|
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.
|
|
1593
|
+
version: "21.1.6",
|
|
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.
|
|
1612
|
+
version: "21.1.6",
|
|
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.
|
|
1761
|
+
version: "21.1.6",
|
|
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.
|
|
1775
|
+
version: "21.1.6",
|
|
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.
|
|
1789
|
+
version: "21.1.6",
|
|
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.
|
|
1877
|
+
version: "21.1.6",
|
|
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.
|
|
1889
|
+
version: "21.1.6",
|
|
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.
|
|
1903
|
+
version: "21.1.6",
|
|
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.
|
|
2003
|
+
version: "21.1.6",
|
|
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.
|
|
2011
|
+
version: "21.1.6",
|
|
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.
|
|
2023
|
+
version: "21.1.6",
|
|
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.
|
|
2055
|
+
version: "21.1.6",
|
|
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.
|
|
2071
|
+
version: "21.1.6",
|
|
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.
|
|
2083
|
+
version: "21.1.6",
|
|
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.
|
|
2119
|
+
version: "21.1.6",
|
|
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.
|
|
2135
|
+
version: "21.1.6",
|
|
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.
|
|
2144
|
+
version: "21.1.6",
|
|
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.
|
|
2200
|
+
version: "21.1.6",
|
|
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.
|
|
2210
|
+
version: "21.1.6",
|
|
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.
|
|
2222
|
+
version: "21.1.6",
|
|
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.
|
|
2249
|
+
version: "21.1.6",
|
|
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.
|
|
2267
|
+
version: "21.1.6",
|
|
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.
|
|
2276
|
+
version: "21.1.6",
|
|
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.
|
|
2344
|
+
version: "21.1.6",
|
|
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.
|
|
2358
|
+
version: "21.1.6",
|
|
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.
|
|
2370
|
+
version: "21.1.6",
|
|
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.
|
|
2440
|
+
version: "21.1.6",
|
|
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.
|
|
2450
|
+
version: "21.1.6",
|
|
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.
|
|
2465
|
+
version: "21.1.6",
|
|
2466
2466
|
ngImport: i0,
|
|
2467
2467
|
type: NgTemplateOutlet,
|
|
2468
2468
|
decorators: [{
|
|
@@ -2492,6 +2492,11 @@ const COMMON_DIRECTIVES = [NgClass, NgComponentOutlet, NgForOf, NgIf, NgTemplate
|
|
|
2492
2492
|
function invalidPipeArgumentError(type, value) {
|
|
2493
2493
|
return new _RuntimeError(2100, ngDevMode && `InvalidPipeArgument: '${value}' for pipe '${_stringify(type)}'`);
|
|
2494
2494
|
}
|
|
2495
|
+
function warnIfSignal(pipeName, value) {
|
|
2496
|
+
if (isSignal(value)) {
|
|
2497
|
+
console.warn(`The ${pipeName} does not unwrap signals. Received a signal with value:`, value());
|
|
2498
|
+
}
|
|
2499
|
+
}
|
|
2495
2500
|
|
|
2496
2501
|
class SubscribableStrategy {
|
|
2497
2502
|
createSubscription(async, updateLatestValue, onError) {
|
|
@@ -2585,7 +2590,7 @@ class AsyncPipe {
|
|
|
2585
2590
|
}
|
|
2586
2591
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2587
2592
|
minVersion: "12.0.0",
|
|
2588
|
-
version: "21.1.
|
|
2593
|
+
version: "21.1.6",
|
|
2589
2594
|
ngImport: i0,
|
|
2590
2595
|
type: AsyncPipe,
|
|
2591
2596
|
deps: [{
|
|
@@ -2595,7 +2600,7 @@ class AsyncPipe {
|
|
|
2595
2600
|
});
|
|
2596
2601
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2597
2602
|
minVersion: "14.0.0",
|
|
2598
|
-
version: "21.1.
|
|
2603
|
+
version: "21.1.6",
|
|
2599
2604
|
ngImport: i0,
|
|
2600
2605
|
type: AsyncPipe,
|
|
2601
2606
|
isStandalone: true,
|
|
@@ -2605,7 +2610,7 @@ class AsyncPipe {
|
|
|
2605
2610
|
}
|
|
2606
2611
|
i0.ɵɵngDeclareClassMetadata({
|
|
2607
2612
|
minVersion: "12.0.0",
|
|
2608
|
-
version: "21.1.
|
|
2613
|
+
version: "21.1.6",
|
|
2609
2614
|
ngImport: i0,
|
|
2610
2615
|
type: AsyncPipe,
|
|
2611
2616
|
decorators: [{
|
|
@@ -2628,7 +2633,7 @@ class LowerCasePipe {
|
|
|
2628
2633
|
}
|
|
2629
2634
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2630
2635
|
minVersion: "12.0.0",
|
|
2631
|
-
version: "21.1.
|
|
2636
|
+
version: "21.1.6",
|
|
2632
2637
|
ngImport: i0,
|
|
2633
2638
|
type: LowerCasePipe,
|
|
2634
2639
|
deps: [],
|
|
@@ -2636,7 +2641,7 @@ class LowerCasePipe {
|
|
|
2636
2641
|
});
|
|
2637
2642
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2638
2643
|
minVersion: "14.0.0",
|
|
2639
|
-
version: "21.1.
|
|
2644
|
+
version: "21.1.6",
|
|
2640
2645
|
ngImport: i0,
|
|
2641
2646
|
type: LowerCasePipe,
|
|
2642
2647
|
isStandalone: true,
|
|
@@ -2645,7 +2650,7 @@ class LowerCasePipe {
|
|
|
2645
2650
|
}
|
|
2646
2651
|
i0.ɵɵngDeclareClassMetadata({
|
|
2647
2652
|
minVersion: "12.0.0",
|
|
2648
|
-
version: "21.1.
|
|
2653
|
+
version: "21.1.6",
|
|
2649
2654
|
ngImport: i0,
|
|
2650
2655
|
type: LowerCasePipe,
|
|
2651
2656
|
decorators: [{
|
|
@@ -2664,7 +2669,7 @@ class TitleCasePipe {
|
|
|
2664
2669
|
}
|
|
2665
2670
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2666
2671
|
minVersion: "12.0.0",
|
|
2667
|
-
version: "21.1.
|
|
2672
|
+
version: "21.1.6",
|
|
2668
2673
|
ngImport: i0,
|
|
2669
2674
|
type: TitleCasePipe,
|
|
2670
2675
|
deps: [],
|
|
@@ -2672,7 +2677,7 @@ class TitleCasePipe {
|
|
|
2672
2677
|
});
|
|
2673
2678
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2674
2679
|
minVersion: "14.0.0",
|
|
2675
|
-
version: "21.1.
|
|
2680
|
+
version: "21.1.6",
|
|
2676
2681
|
ngImport: i0,
|
|
2677
2682
|
type: TitleCasePipe,
|
|
2678
2683
|
isStandalone: true,
|
|
@@ -2681,7 +2686,7 @@ class TitleCasePipe {
|
|
|
2681
2686
|
}
|
|
2682
2687
|
i0.ɵɵngDeclareClassMetadata({
|
|
2683
2688
|
minVersion: "12.0.0",
|
|
2684
|
-
version: "21.1.
|
|
2689
|
+
version: "21.1.6",
|
|
2685
2690
|
ngImport: i0,
|
|
2686
2691
|
type: TitleCasePipe,
|
|
2687
2692
|
decorators: [{
|
|
@@ -2699,7 +2704,7 @@ class UpperCasePipe {
|
|
|
2699
2704
|
}
|
|
2700
2705
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2701
2706
|
minVersion: "12.0.0",
|
|
2702
|
-
version: "21.1.
|
|
2707
|
+
version: "21.1.6",
|
|
2703
2708
|
ngImport: i0,
|
|
2704
2709
|
type: UpperCasePipe,
|
|
2705
2710
|
deps: [],
|
|
@@ -2707,7 +2712,7 @@ class UpperCasePipe {
|
|
|
2707
2712
|
});
|
|
2708
2713
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2709
2714
|
minVersion: "14.0.0",
|
|
2710
|
-
version: "21.1.
|
|
2715
|
+
version: "21.1.6",
|
|
2711
2716
|
ngImport: i0,
|
|
2712
2717
|
type: UpperCasePipe,
|
|
2713
2718
|
isStandalone: true,
|
|
@@ -2716,7 +2721,7 @@ class UpperCasePipe {
|
|
|
2716
2721
|
}
|
|
2717
2722
|
i0.ɵɵngDeclareClassMetadata({
|
|
2718
2723
|
minVersion: "12.0.0",
|
|
2719
|
-
version: "21.1.
|
|
2724
|
+
version: "21.1.6",
|
|
2720
2725
|
ngImport: i0,
|
|
2721
2726
|
type: UpperCasePipe,
|
|
2722
2727
|
decorators: [{
|
|
@@ -2757,7 +2762,7 @@ class DatePipe {
|
|
|
2757
2762
|
}
|
|
2758
2763
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2759
2764
|
minVersion: "12.0.0",
|
|
2760
|
-
version: "21.1.
|
|
2765
|
+
version: "21.1.6",
|
|
2761
2766
|
ngImport: i0,
|
|
2762
2767
|
type: DatePipe,
|
|
2763
2768
|
deps: [{
|
|
@@ -2773,7 +2778,7 @@ class DatePipe {
|
|
|
2773
2778
|
});
|
|
2774
2779
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2775
2780
|
minVersion: "14.0.0",
|
|
2776
|
-
version: "21.1.
|
|
2781
|
+
version: "21.1.6",
|
|
2777
2782
|
ngImport: i0,
|
|
2778
2783
|
type: DatePipe,
|
|
2779
2784
|
isStandalone: true,
|
|
@@ -2782,7 +2787,7 @@ class DatePipe {
|
|
|
2782
2787
|
}
|
|
2783
2788
|
i0.ɵɵngDeclareClassMetadata({
|
|
2784
2789
|
minVersion: "12.0.0",
|
|
2785
|
-
version: "21.1.
|
|
2790
|
+
version: "21.1.6",
|
|
2786
2791
|
ngImport: i0,
|
|
2787
2792
|
type: DatePipe,
|
|
2788
2793
|
decorators: [{
|
|
@@ -2832,7 +2837,7 @@ class I18nPluralPipe {
|
|
|
2832
2837
|
}
|
|
2833
2838
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2834
2839
|
minVersion: "12.0.0",
|
|
2835
|
-
version: "21.1.
|
|
2840
|
+
version: "21.1.6",
|
|
2836
2841
|
ngImport: i0,
|
|
2837
2842
|
type: I18nPluralPipe,
|
|
2838
2843
|
deps: [{
|
|
@@ -2842,7 +2847,7 @@ class I18nPluralPipe {
|
|
|
2842
2847
|
});
|
|
2843
2848
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2844
2849
|
minVersion: "14.0.0",
|
|
2845
|
-
version: "21.1.
|
|
2850
|
+
version: "21.1.6",
|
|
2846
2851
|
ngImport: i0,
|
|
2847
2852
|
type: I18nPluralPipe,
|
|
2848
2853
|
isStandalone: true,
|
|
@@ -2851,7 +2856,7 @@ class I18nPluralPipe {
|
|
|
2851
2856
|
}
|
|
2852
2857
|
i0.ɵɵngDeclareClassMetadata({
|
|
2853
2858
|
minVersion: "12.0.0",
|
|
2854
|
-
version: "21.1.
|
|
2859
|
+
version: "21.1.6",
|
|
2855
2860
|
ngImport: i0,
|
|
2856
2861
|
type: I18nPluralPipe,
|
|
2857
2862
|
decorators: [{
|
|
@@ -2881,7 +2886,7 @@ class I18nSelectPipe {
|
|
|
2881
2886
|
}
|
|
2882
2887
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2883
2888
|
minVersion: "12.0.0",
|
|
2884
|
-
version: "21.1.
|
|
2889
|
+
version: "21.1.6",
|
|
2885
2890
|
ngImport: i0,
|
|
2886
2891
|
type: I18nSelectPipe,
|
|
2887
2892
|
deps: [],
|
|
@@ -2889,7 +2894,7 @@ class I18nSelectPipe {
|
|
|
2889
2894
|
});
|
|
2890
2895
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2891
2896
|
minVersion: "14.0.0",
|
|
2892
|
-
version: "21.1.
|
|
2897
|
+
version: "21.1.6",
|
|
2893
2898
|
ngImport: i0,
|
|
2894
2899
|
type: I18nSelectPipe,
|
|
2895
2900
|
isStandalone: true,
|
|
@@ -2898,7 +2903,7 @@ class I18nSelectPipe {
|
|
|
2898
2903
|
}
|
|
2899
2904
|
i0.ɵɵngDeclareClassMetadata({
|
|
2900
2905
|
minVersion: "12.0.0",
|
|
2901
|
-
version: "21.1.
|
|
2906
|
+
version: "21.1.6",
|
|
2902
2907
|
ngImport: i0,
|
|
2903
2908
|
type: I18nSelectPipe,
|
|
2904
2909
|
decorators: [{
|
|
@@ -2911,11 +2916,12 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
2911
2916
|
|
|
2912
2917
|
class JsonPipe {
|
|
2913
2918
|
transform(value) {
|
|
2919
|
+
ngDevMode && warnIfSignal('JsonPipe', value);
|
|
2914
2920
|
return JSON.stringify(value, null, 2);
|
|
2915
2921
|
}
|
|
2916
2922
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2917
2923
|
minVersion: "12.0.0",
|
|
2918
|
-
version: "21.1.
|
|
2924
|
+
version: "21.1.6",
|
|
2919
2925
|
ngImport: i0,
|
|
2920
2926
|
type: JsonPipe,
|
|
2921
2927
|
deps: [],
|
|
@@ -2923,7 +2929,7 @@ class JsonPipe {
|
|
|
2923
2929
|
});
|
|
2924
2930
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2925
2931
|
minVersion: "14.0.0",
|
|
2926
|
-
version: "21.1.
|
|
2932
|
+
version: "21.1.6",
|
|
2927
2933
|
ngImport: i0,
|
|
2928
2934
|
type: JsonPipe,
|
|
2929
2935
|
isStandalone: true,
|
|
@@ -2933,7 +2939,7 @@ class JsonPipe {
|
|
|
2933
2939
|
}
|
|
2934
2940
|
i0.ɵɵngDeclareClassMetadata({
|
|
2935
2941
|
minVersion: "12.0.0",
|
|
2936
|
-
version: "21.1.
|
|
2942
|
+
version: "21.1.6",
|
|
2937
2943
|
ngImport: i0,
|
|
2938
2944
|
type: JsonPipe,
|
|
2939
2945
|
decorators: [{
|
|
@@ -2960,6 +2966,7 @@ class KeyValuePipe {
|
|
|
2960
2966
|
keyValues = [];
|
|
2961
2967
|
compareFn = defaultComparator;
|
|
2962
2968
|
transform(input, compareFn = defaultComparator) {
|
|
2969
|
+
ngDevMode && warnIfSignal('KeyValuePipe', input);
|
|
2963
2970
|
if (!input || !(input instanceof Map) && typeof input !== 'object') {
|
|
2964
2971
|
return null;
|
|
2965
2972
|
}
|
|
@@ -2982,7 +2989,7 @@ class KeyValuePipe {
|
|
|
2982
2989
|
}
|
|
2983
2990
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2984
2991
|
minVersion: "12.0.0",
|
|
2985
|
-
version: "21.1.
|
|
2992
|
+
version: "21.1.6",
|
|
2986
2993
|
ngImport: i0,
|
|
2987
2994
|
type: KeyValuePipe,
|
|
2988
2995
|
deps: [{
|
|
@@ -2992,7 +2999,7 @@ class KeyValuePipe {
|
|
|
2992
2999
|
});
|
|
2993
3000
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
2994
3001
|
minVersion: "14.0.0",
|
|
2995
|
-
version: "21.1.
|
|
3002
|
+
version: "21.1.6",
|
|
2996
3003
|
ngImport: i0,
|
|
2997
3004
|
type: KeyValuePipe,
|
|
2998
3005
|
isStandalone: true,
|
|
@@ -3002,7 +3009,7 @@ class KeyValuePipe {
|
|
|
3002
3009
|
}
|
|
3003
3010
|
i0.ɵɵngDeclareClassMetadata({
|
|
3004
3011
|
minVersion: "12.0.0",
|
|
3005
|
-
version: "21.1.
|
|
3012
|
+
version: "21.1.6",
|
|
3006
3013
|
ngImport: i0,
|
|
3007
3014
|
type: KeyValuePipe,
|
|
3008
3015
|
decorators: [{
|
|
@@ -3053,7 +3060,7 @@ class DecimalPipe {
|
|
|
3053
3060
|
}
|
|
3054
3061
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3055
3062
|
minVersion: "12.0.0",
|
|
3056
|
-
version: "21.1.
|
|
3063
|
+
version: "21.1.6",
|
|
3057
3064
|
ngImport: i0,
|
|
3058
3065
|
type: DecimalPipe,
|
|
3059
3066
|
deps: [{
|
|
@@ -3063,7 +3070,7 @@ class DecimalPipe {
|
|
|
3063
3070
|
});
|
|
3064
3071
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3065
3072
|
minVersion: "14.0.0",
|
|
3066
|
-
version: "21.1.
|
|
3073
|
+
version: "21.1.6",
|
|
3067
3074
|
ngImport: i0,
|
|
3068
3075
|
type: DecimalPipe,
|
|
3069
3076
|
isStandalone: true,
|
|
@@ -3072,7 +3079,7 @@ class DecimalPipe {
|
|
|
3072
3079
|
}
|
|
3073
3080
|
i0.ɵɵngDeclareClassMetadata({
|
|
3074
3081
|
minVersion: "12.0.0",
|
|
3075
|
-
version: "21.1.
|
|
3082
|
+
version: "21.1.6",
|
|
3076
3083
|
ngImport: i0,
|
|
3077
3084
|
type: DecimalPipe,
|
|
3078
3085
|
decorators: [{
|
|
@@ -3106,7 +3113,7 @@ class PercentPipe {
|
|
|
3106
3113
|
}
|
|
3107
3114
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3108
3115
|
minVersion: "12.0.0",
|
|
3109
|
-
version: "21.1.
|
|
3116
|
+
version: "21.1.6",
|
|
3110
3117
|
ngImport: i0,
|
|
3111
3118
|
type: PercentPipe,
|
|
3112
3119
|
deps: [{
|
|
@@ -3116,7 +3123,7 @@ class PercentPipe {
|
|
|
3116
3123
|
});
|
|
3117
3124
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3118
3125
|
minVersion: "14.0.0",
|
|
3119
|
-
version: "21.1.
|
|
3126
|
+
version: "21.1.6",
|
|
3120
3127
|
ngImport: i0,
|
|
3121
3128
|
type: PercentPipe,
|
|
3122
3129
|
isStandalone: true,
|
|
@@ -3125,7 +3132,7 @@ class PercentPipe {
|
|
|
3125
3132
|
}
|
|
3126
3133
|
i0.ɵɵngDeclareClassMetadata({
|
|
3127
3134
|
minVersion: "12.0.0",
|
|
3128
|
-
version: "21.1.
|
|
3135
|
+
version: "21.1.6",
|
|
3129
3136
|
ngImport: i0,
|
|
3130
3137
|
type: PercentPipe,
|
|
3131
3138
|
decorators: [{
|
|
@@ -3175,7 +3182,7 @@ class CurrencyPipe {
|
|
|
3175
3182
|
}
|
|
3176
3183
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3177
3184
|
minVersion: "12.0.0",
|
|
3178
|
-
version: "21.1.
|
|
3185
|
+
version: "21.1.6",
|
|
3179
3186
|
ngImport: i0,
|
|
3180
3187
|
type: CurrencyPipe,
|
|
3181
3188
|
deps: [{
|
|
@@ -3187,7 +3194,7 @@ class CurrencyPipe {
|
|
|
3187
3194
|
});
|
|
3188
3195
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3189
3196
|
minVersion: "14.0.0",
|
|
3190
|
-
version: "21.1.
|
|
3197
|
+
version: "21.1.6",
|
|
3191
3198
|
ngImport: i0,
|
|
3192
3199
|
type: CurrencyPipe,
|
|
3193
3200
|
isStandalone: true,
|
|
@@ -3196,7 +3203,7 @@ class CurrencyPipe {
|
|
|
3196
3203
|
}
|
|
3197
3204
|
i0.ɵɵngDeclareClassMetadata({
|
|
3198
3205
|
minVersion: "12.0.0",
|
|
3199
|
-
version: "21.1.
|
|
3206
|
+
version: "21.1.6",
|
|
3200
3207
|
ngImport: i0,
|
|
3201
3208
|
type: CurrencyPipe,
|
|
3202
3209
|
decorators: [{
|
|
@@ -3243,7 +3250,7 @@ class SlicePipe {
|
|
|
3243
3250
|
}
|
|
3244
3251
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3245
3252
|
minVersion: "12.0.0",
|
|
3246
|
-
version: "21.1.
|
|
3253
|
+
version: "21.1.6",
|
|
3247
3254
|
ngImport: i0,
|
|
3248
3255
|
type: SlicePipe,
|
|
3249
3256
|
deps: [],
|
|
@@ -3251,7 +3258,7 @@ class SlicePipe {
|
|
|
3251
3258
|
});
|
|
3252
3259
|
static ɵpipe = i0.ɵɵngDeclarePipe({
|
|
3253
3260
|
minVersion: "14.0.0",
|
|
3254
|
-
version: "21.1.
|
|
3261
|
+
version: "21.1.6",
|
|
3255
3262
|
ngImport: i0,
|
|
3256
3263
|
type: SlicePipe,
|
|
3257
3264
|
isStandalone: true,
|
|
@@ -3261,7 +3268,7 @@ class SlicePipe {
|
|
|
3261
3268
|
}
|
|
3262
3269
|
i0.ɵɵngDeclareClassMetadata({
|
|
3263
3270
|
minVersion: "12.0.0",
|
|
3264
|
-
version: "21.1.
|
|
3271
|
+
version: "21.1.6",
|
|
3265
3272
|
ngImport: i0,
|
|
3266
3273
|
type: SlicePipe,
|
|
3267
3274
|
decorators: [{
|
|
@@ -3278,7 +3285,7 @@ const COMMON_PIPES = [AsyncPipe, UpperCasePipe, LowerCasePipe, JsonPipe, SlicePi
|
|
|
3278
3285
|
class CommonModule {
|
|
3279
3286
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3280
3287
|
minVersion: "12.0.0",
|
|
3281
|
-
version: "21.1.
|
|
3288
|
+
version: "21.1.6",
|
|
3282
3289
|
ngImport: i0,
|
|
3283
3290
|
type: CommonModule,
|
|
3284
3291
|
deps: [],
|
|
@@ -3286,7 +3293,7 @@ class CommonModule {
|
|
|
3286
3293
|
});
|
|
3287
3294
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
3288
3295
|
minVersion: "14.0.0",
|
|
3289
|
-
version: "21.1.
|
|
3296
|
+
version: "21.1.6",
|
|
3290
3297
|
ngImport: i0,
|
|
3291
3298
|
type: CommonModule,
|
|
3292
3299
|
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 +3301,14 @@ class CommonModule {
|
|
|
3294
3301
|
});
|
|
3295
3302
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
3296
3303
|
minVersion: "12.0.0",
|
|
3297
|
-
version: "21.1.
|
|
3304
|
+
version: "21.1.6",
|
|
3298
3305
|
ngImport: i0,
|
|
3299
3306
|
type: CommonModule
|
|
3300
3307
|
});
|
|
3301
3308
|
}
|
|
3302
3309
|
i0.ɵɵngDeclareClassMetadata({
|
|
3303
3310
|
minVersion: "12.0.0",
|
|
3304
|
-
version: "21.1.
|
|
3311
|
+
version: "21.1.6",
|
|
3305
3312
|
ngImport: i0,
|
|
3306
3313
|
type: CommonModule,
|
|
3307
3314
|
decorators: [{
|