@angular/forms 22.0.0-next.1 → 22.0.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/_validation_errors-chunk.mjs +1 -1
- package/fesm2022/_validation_errors-chunk.mjs.map +1 -1
- package/fesm2022/forms.mjs +128 -128
- package/fesm2022/forms.mjs.map +1 -1
- package/fesm2022/signals-compat.mjs +1 -1
- package/fesm2022/signals.mjs +10 -10
- package/fesm2022/signals.mjs.map +1 -1
- package/package.json +4 -4
- package/resources/code-examples.db +0 -0
- package/types/_structure-chunk.d.ts +174 -79
- package/types/forms.d.ts +1 -1
- package/types/signals-compat.d.ts +3 -3
- package/types/signals.d.ts +2 -2
package/fesm2022/forms.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v22.0.0-next.
|
|
2
|
+
* @license Angular v22.0.0-next.2
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -33,7 +33,7 @@ class BaseControlValueAccessor {
|
|
|
33
33
|
}
|
|
34
34
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
35
35
|
minVersion: "12.0.0",
|
|
36
|
-
version: "22.0.0-next.
|
|
36
|
+
version: "22.0.0-next.2",
|
|
37
37
|
ngImport: i0,
|
|
38
38
|
type: BaseControlValueAccessor,
|
|
39
39
|
deps: [{
|
|
@@ -45,7 +45,7 @@ class BaseControlValueAccessor {
|
|
|
45
45
|
});
|
|
46
46
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
47
47
|
minVersion: "14.0.0",
|
|
48
|
-
version: "22.0.0-next.
|
|
48
|
+
version: "22.0.0-next.2",
|
|
49
49
|
type: BaseControlValueAccessor,
|
|
50
50
|
isStandalone: true,
|
|
51
51
|
ngImport: i0
|
|
@@ -53,7 +53,7 @@ class BaseControlValueAccessor {
|
|
|
53
53
|
}
|
|
54
54
|
i0.ɵɵngDeclareClassMetadata({
|
|
55
55
|
minVersion: "12.0.0",
|
|
56
|
-
version: "22.0.0-next.
|
|
56
|
+
version: "22.0.0-next.2",
|
|
57
57
|
ngImport: i0,
|
|
58
58
|
type: BaseControlValueAccessor,
|
|
59
59
|
decorators: [{
|
|
@@ -68,7 +68,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
68
68
|
class BuiltInControlValueAccessor extends BaseControlValueAccessor {
|
|
69
69
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
70
70
|
minVersion: "12.0.0",
|
|
71
|
-
version: "22.0.0-next.
|
|
71
|
+
version: "22.0.0-next.2",
|
|
72
72
|
ngImport: i0,
|
|
73
73
|
type: BuiltInControlValueAccessor,
|
|
74
74
|
deps: null,
|
|
@@ -76,7 +76,7 @@ class BuiltInControlValueAccessor extends BaseControlValueAccessor {
|
|
|
76
76
|
});
|
|
77
77
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
78
78
|
minVersion: "14.0.0",
|
|
79
|
-
version: "22.0.0-next.
|
|
79
|
+
version: "22.0.0-next.2",
|
|
80
80
|
type: BuiltInControlValueAccessor,
|
|
81
81
|
isStandalone: true,
|
|
82
82
|
usesInheritance: true,
|
|
@@ -85,7 +85,7 @@ class BuiltInControlValueAccessor extends BaseControlValueAccessor {
|
|
|
85
85
|
}
|
|
86
86
|
i0.ɵɵngDeclareClassMetadata({
|
|
87
87
|
minVersion: "12.0.0",
|
|
88
|
-
version: "22.0.0-next.
|
|
88
|
+
version: "22.0.0-next.2",
|
|
89
89
|
ngImport: i0,
|
|
90
90
|
type: BuiltInControlValueAccessor,
|
|
91
91
|
decorators: [{
|
|
@@ -105,7 +105,7 @@ class CheckboxControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
105
105
|
}
|
|
106
106
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
107
107
|
minVersion: "12.0.0",
|
|
108
|
-
version: "22.0.0-next.
|
|
108
|
+
version: "22.0.0-next.2",
|
|
109
109
|
ngImport: i0,
|
|
110
110
|
type: CheckboxControlValueAccessor,
|
|
111
111
|
deps: null,
|
|
@@ -113,7 +113,7 @@ class CheckboxControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
113
113
|
});
|
|
114
114
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
115
115
|
minVersion: "14.0.0",
|
|
116
|
-
version: "22.0.0-next.
|
|
116
|
+
version: "22.0.0-next.2",
|
|
117
117
|
type: CheckboxControlValueAccessor,
|
|
118
118
|
isStandalone: false,
|
|
119
119
|
selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]",
|
|
@@ -130,7 +130,7 @@ class CheckboxControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
130
130
|
}
|
|
131
131
|
i0.ɵɵngDeclareClassMetadata({
|
|
132
132
|
minVersion: "12.0.0",
|
|
133
|
-
version: "22.0.0-next.
|
|
133
|
+
version: "22.0.0-next.2",
|
|
134
134
|
ngImport: i0,
|
|
135
135
|
type: CheckboxControlValueAccessor,
|
|
136
136
|
decorators: [{
|
|
@@ -185,7 +185,7 @@ class DefaultValueAccessor extends BaseControlValueAccessor {
|
|
|
185
185
|
}
|
|
186
186
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
187
187
|
minVersion: "12.0.0",
|
|
188
|
-
version: "22.0.0-next.
|
|
188
|
+
version: "22.0.0-next.2",
|
|
189
189
|
ngImport: i0,
|
|
190
190
|
type: DefaultValueAccessor,
|
|
191
191
|
deps: [{
|
|
@@ -200,7 +200,7 @@ class DefaultValueAccessor extends BaseControlValueAccessor {
|
|
|
200
200
|
});
|
|
201
201
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
202
202
|
minVersion: "14.0.0",
|
|
203
|
-
version: "22.0.0-next.
|
|
203
|
+
version: "22.0.0-next.2",
|
|
204
204
|
type: DefaultValueAccessor,
|
|
205
205
|
isStandalone: false,
|
|
206
206
|
selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]",
|
|
@@ -219,7 +219,7 @@ class DefaultValueAccessor extends BaseControlValueAccessor {
|
|
|
219
219
|
}
|
|
220
220
|
i0.ɵɵngDeclareClassMetadata({
|
|
221
221
|
minVersion: "12.0.0",
|
|
222
|
-
version: "22.0.0-next.
|
|
222
|
+
version: "22.0.0-next.2",
|
|
223
223
|
ngImport: i0,
|
|
224
224
|
type: DefaultValueAccessor,
|
|
225
225
|
decorators: [{
|
|
@@ -643,7 +643,7 @@ class NgControlStatus extends AbstractControlStatus {
|
|
|
643
643
|
}
|
|
644
644
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
645
645
|
minVersion: "12.0.0",
|
|
646
|
-
version: "22.0.0-next.
|
|
646
|
+
version: "22.0.0-next.2",
|
|
647
647
|
ngImport: i0,
|
|
648
648
|
type: NgControlStatus,
|
|
649
649
|
deps: [{
|
|
@@ -654,7 +654,7 @@ class NgControlStatus extends AbstractControlStatus {
|
|
|
654
654
|
});
|
|
655
655
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
656
656
|
minVersion: "14.0.0",
|
|
657
|
-
version: "22.0.0-next.
|
|
657
|
+
version: "22.0.0-next.2",
|
|
658
658
|
type: NgControlStatus,
|
|
659
659
|
isStandalone: false,
|
|
660
660
|
selector: "[formControlName],[ngModel],[formControl]",
|
|
@@ -675,7 +675,7 @@ class NgControlStatus extends AbstractControlStatus {
|
|
|
675
675
|
}
|
|
676
676
|
i0.ɵɵngDeclareClassMetadata({
|
|
677
677
|
minVersion: "12.0.0",
|
|
678
|
-
version: "22.0.0-next.
|
|
678
|
+
version: "22.0.0-next.2",
|
|
679
679
|
ngImport: i0,
|
|
680
680
|
type: NgControlStatus,
|
|
681
681
|
decorators: [{
|
|
@@ -699,7 +699,7 @@ class NgControlStatusGroup extends AbstractControlStatus {
|
|
|
699
699
|
}
|
|
700
700
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
701
701
|
minVersion: "12.0.0",
|
|
702
|
-
version: "22.0.0-next.
|
|
702
|
+
version: "22.0.0-next.2",
|
|
703
703
|
ngImport: i0,
|
|
704
704
|
type: NgControlStatusGroup,
|
|
705
705
|
deps: [{
|
|
@@ -711,7 +711,7 @@ class NgControlStatusGroup extends AbstractControlStatus {
|
|
|
711
711
|
});
|
|
712
712
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
713
713
|
minVersion: "14.0.0",
|
|
714
|
-
version: "22.0.0-next.
|
|
714
|
+
version: "22.0.0-next.2",
|
|
715
715
|
type: NgControlStatusGroup,
|
|
716
716
|
isStandalone: false,
|
|
717
717
|
selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]",
|
|
@@ -733,7 +733,7 @@ class NgControlStatusGroup extends AbstractControlStatus {
|
|
|
733
733
|
}
|
|
734
734
|
i0.ɵɵngDeclareClassMetadata({
|
|
735
735
|
minVersion: "12.0.0",
|
|
736
|
-
version: "22.0.0-next.
|
|
736
|
+
version: "22.0.0-next.2",
|
|
737
737
|
ngImport: i0,
|
|
738
738
|
type: NgControlStatusGroup,
|
|
739
739
|
decorators: [{
|
|
@@ -807,7 +807,7 @@ const ngModelWithFormGroupExample = `
|
|
|
807
807
|
</div>
|
|
808
808
|
`;
|
|
809
809
|
|
|
810
|
-
const VERSION = /* @__PURE__ */new Version('22.0.0-next.
|
|
810
|
+
const VERSION = /* @__PURE__ */new Version('22.0.0-next.2');
|
|
811
811
|
|
|
812
812
|
function controlParentException(nameOrIndex) {
|
|
813
813
|
return new _RuntimeError(1050, `formControlName must be used with a parent formGroup or formArray directive. You'll want to add a formGroup/formArray
|
|
@@ -1954,7 +1954,7 @@ class NgForm extends ControlContainer {
|
|
|
1954
1954
|
}
|
|
1955
1955
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1956
1956
|
minVersion: "12.0.0",
|
|
1957
|
-
version: "22.0.0-next.
|
|
1957
|
+
version: "22.0.0-next.2",
|
|
1958
1958
|
ngImport: i0,
|
|
1959
1959
|
type: NgForm,
|
|
1960
1960
|
deps: [{
|
|
@@ -1973,7 +1973,7 @@ class NgForm extends ControlContainer {
|
|
|
1973
1973
|
});
|
|
1974
1974
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1975
1975
|
minVersion: "14.0.0",
|
|
1976
|
-
version: "22.0.0-next.
|
|
1976
|
+
version: "22.0.0-next.2",
|
|
1977
1977
|
type: NgForm,
|
|
1978
1978
|
isStandalone: false,
|
|
1979
1979
|
selector: "form:not([ngNoForm]):not([formGroup]):not([formArray]),ng-form,[ngForm]",
|
|
@@ -1997,7 +1997,7 @@ class NgForm extends ControlContainer {
|
|
|
1997
1997
|
}
|
|
1998
1998
|
i0.ɵɵngDeclareClassMetadata({
|
|
1999
1999
|
minVersion: "12.0.0",
|
|
2000
|
-
version: "22.0.0-next.
|
|
2000
|
+
version: "22.0.0-next.2",
|
|
2001
2001
|
ngImport: i0,
|
|
2002
2002
|
type: NgForm,
|
|
2003
2003
|
decorators: [{
|
|
@@ -2179,7 +2179,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2179
2179
|
_checkParentType() {}
|
|
2180
2180
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2181
2181
|
minVersion: "12.0.0",
|
|
2182
|
-
version: "22.0.0-next.
|
|
2182
|
+
version: "22.0.0-next.2",
|
|
2183
2183
|
ngImport: i0,
|
|
2184
2184
|
type: AbstractFormGroupDirective,
|
|
2185
2185
|
deps: null,
|
|
@@ -2187,7 +2187,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2187
2187
|
});
|
|
2188
2188
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2189
2189
|
minVersion: "14.0.0",
|
|
2190
|
-
version: "22.0.0-next.
|
|
2190
|
+
version: "22.0.0-next.2",
|
|
2191
2191
|
type: AbstractFormGroupDirective,
|
|
2192
2192
|
isStandalone: false,
|
|
2193
2193
|
usesInheritance: true,
|
|
@@ -2196,7 +2196,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2196
2196
|
}
|
|
2197
2197
|
i0.ɵɵngDeclareClassMetadata({
|
|
2198
2198
|
minVersion: "12.0.0",
|
|
2199
|
-
version: "22.0.0-next.
|
|
2199
|
+
version: "22.0.0-next.2",
|
|
2200
2200
|
ngImport: i0,
|
|
2201
2201
|
type: AbstractFormGroupDirective,
|
|
2202
2202
|
decorators: [{
|
|
@@ -2271,7 +2271,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2271
2271
|
}
|
|
2272
2272
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2273
2273
|
minVersion: "12.0.0",
|
|
2274
|
-
version: "22.0.0-next.
|
|
2274
|
+
version: "22.0.0-next.2",
|
|
2275
2275
|
ngImport: i0,
|
|
2276
2276
|
type: NgModelGroup,
|
|
2277
2277
|
deps: [{
|
|
@@ -2291,7 +2291,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2291
2291
|
});
|
|
2292
2292
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2293
2293
|
minVersion: "14.0.0",
|
|
2294
|
-
version: "22.0.0-next.
|
|
2294
|
+
version: "22.0.0-next.2",
|
|
2295
2295
|
type: NgModelGroup,
|
|
2296
2296
|
isStandalone: false,
|
|
2297
2297
|
selector: "[ngModelGroup]",
|
|
@@ -2306,7 +2306,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2306
2306
|
}
|
|
2307
2307
|
i0.ɵɵngDeclareClassMetadata({
|
|
2308
2308
|
minVersion: "12.0.0",
|
|
2309
|
-
version: "22.0.0-next.
|
|
2309
|
+
version: "22.0.0-next.2",
|
|
2310
2310
|
ngImport: i0,
|
|
2311
2311
|
type: NgModelGroup,
|
|
2312
2312
|
decorators: [{
|
|
@@ -2472,7 +2472,7 @@ class NgModel extends NgControl {
|
|
|
2472
2472
|
}
|
|
2473
2473
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2474
2474
|
minVersion: "12.0.0",
|
|
2475
|
-
version: "22.0.0-next.
|
|
2475
|
+
version: "22.0.0-next.2",
|
|
2476
2476
|
ngImport: i0,
|
|
2477
2477
|
type: NgModel,
|
|
2478
2478
|
deps: [{
|
|
@@ -2502,7 +2502,7 @@ class NgModel extends NgControl {
|
|
|
2502
2502
|
});
|
|
2503
2503
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2504
2504
|
minVersion: "14.0.0",
|
|
2505
|
-
version: "22.0.0-next.
|
|
2505
|
+
version: "22.0.0-next.2",
|
|
2506
2506
|
type: NgModel,
|
|
2507
2507
|
isStandalone: false,
|
|
2508
2508
|
selector: "[ngModel]:not([formControlName]):not([formControl])",
|
|
@@ -2524,7 +2524,7 @@ class NgModel extends NgControl {
|
|
|
2524
2524
|
}
|
|
2525
2525
|
i0.ɵɵngDeclareClassMetadata({
|
|
2526
2526
|
minVersion: "12.0.0",
|
|
2527
|
-
version: "22.0.0-next.
|
|
2527
|
+
version: "22.0.0-next.2",
|
|
2528
2528
|
ngImport: i0,
|
|
2529
2529
|
type: NgModel,
|
|
2530
2530
|
decorators: [{
|
|
@@ -2623,7 +2623,7 @@ function checkParentType$1(parent) {
|
|
|
2623
2623
|
class ɵNgNoValidate {
|
|
2624
2624
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2625
2625
|
minVersion: "12.0.0",
|
|
2626
|
-
version: "22.0.0-next.
|
|
2626
|
+
version: "22.0.0-next.2",
|
|
2627
2627
|
ngImport: i0,
|
|
2628
2628
|
type: ɵNgNoValidate,
|
|
2629
2629
|
deps: [],
|
|
@@ -2631,7 +2631,7 @@ class ɵNgNoValidate {
|
|
|
2631
2631
|
});
|
|
2632
2632
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2633
2633
|
minVersion: "14.0.0",
|
|
2634
|
-
version: "22.0.0-next.
|
|
2634
|
+
version: "22.0.0-next.2",
|
|
2635
2635
|
type: ɵNgNoValidate,
|
|
2636
2636
|
isStandalone: false,
|
|
2637
2637
|
selector: "form:not([ngNoForm]):not([ngNativeValidate])",
|
|
@@ -2645,7 +2645,7 @@ class ɵNgNoValidate {
|
|
|
2645
2645
|
}
|
|
2646
2646
|
i0.ɵɵngDeclareClassMetadata({
|
|
2647
2647
|
minVersion: "12.0.0",
|
|
2648
|
-
version: "22.0.0-next.
|
|
2648
|
+
version: "22.0.0-next.2",
|
|
2649
2649
|
ngImport: i0,
|
|
2650
2650
|
type: ɵNgNoValidate,
|
|
2651
2651
|
decorators: [{
|
|
@@ -2677,7 +2677,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2677
2677
|
}
|
|
2678
2678
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2679
2679
|
minVersion: "12.0.0",
|
|
2680
|
-
version: "22.0.0-next.
|
|
2680
|
+
version: "22.0.0-next.2",
|
|
2681
2681
|
ngImport: i0,
|
|
2682
2682
|
type: NumberValueAccessor,
|
|
2683
2683
|
deps: null,
|
|
@@ -2685,7 +2685,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2685
2685
|
});
|
|
2686
2686
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2687
2687
|
minVersion: "14.0.0",
|
|
2688
|
-
version: "22.0.0-next.
|
|
2688
|
+
version: "22.0.0-next.2",
|
|
2689
2689
|
type: NumberValueAccessor,
|
|
2690
2690
|
isStandalone: false,
|
|
2691
2691
|
selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]",
|
|
@@ -2702,7 +2702,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2702
2702
|
}
|
|
2703
2703
|
i0.ɵɵngDeclareClassMetadata({
|
|
2704
2704
|
minVersion: "12.0.0",
|
|
2705
|
-
version: "22.0.0-next.
|
|
2705
|
+
version: "22.0.0-next.2",
|
|
2706
2706
|
ngImport: i0,
|
|
2707
2707
|
type: NumberValueAccessor,
|
|
2708
2708
|
decorators: [{
|
|
@@ -2756,7 +2756,7 @@ class RadioControlRegistry {
|
|
|
2756
2756
|
}
|
|
2757
2757
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2758
2758
|
minVersion: "12.0.0",
|
|
2759
|
-
version: "22.0.0-next.
|
|
2759
|
+
version: "22.0.0-next.2",
|
|
2760
2760
|
ngImport: i0,
|
|
2761
2761
|
type: RadioControlRegistry,
|
|
2762
2762
|
deps: [],
|
|
@@ -2764,7 +2764,7 @@ class RadioControlRegistry {
|
|
|
2764
2764
|
});
|
|
2765
2765
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
2766
2766
|
minVersion: "12.0.0",
|
|
2767
|
-
version: "22.0.0-next.
|
|
2767
|
+
version: "22.0.0-next.2",
|
|
2768
2768
|
ngImport: i0,
|
|
2769
2769
|
type: RadioControlRegistry,
|
|
2770
2770
|
providedIn: 'root'
|
|
@@ -2772,7 +2772,7 @@ class RadioControlRegistry {
|
|
|
2772
2772
|
}
|
|
2773
2773
|
i0.ɵɵngDeclareClassMetadata({
|
|
2774
2774
|
minVersion: "12.0.0",
|
|
2775
|
-
version: "22.0.0-next.
|
|
2775
|
+
version: "22.0.0-next.2",
|
|
2776
2776
|
ngImport: i0,
|
|
2777
2777
|
type: RadioControlRegistry,
|
|
2778
2778
|
decorators: [{
|
|
@@ -2837,7 +2837,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2837
2837
|
}
|
|
2838
2838
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2839
2839
|
minVersion: "12.0.0",
|
|
2840
|
-
version: "22.0.0-next.
|
|
2840
|
+
version: "22.0.0-next.2",
|
|
2841
2841
|
ngImport: i0,
|
|
2842
2842
|
type: RadioControlValueAccessor,
|
|
2843
2843
|
deps: [{
|
|
@@ -2853,7 +2853,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2853
2853
|
});
|
|
2854
2854
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2855
2855
|
minVersion: "14.0.0",
|
|
2856
|
-
version: "22.0.0-next.
|
|
2856
|
+
version: "22.0.0-next.2",
|
|
2857
2857
|
type: RadioControlValueAccessor,
|
|
2858
2858
|
isStandalone: false,
|
|
2859
2859
|
selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]",
|
|
@@ -2875,7 +2875,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2875
2875
|
}
|
|
2876
2876
|
i0.ɵɵngDeclareClassMetadata({
|
|
2877
2877
|
minVersion: "12.0.0",
|
|
2878
|
-
version: "22.0.0-next.
|
|
2878
|
+
version: "22.0.0-next.2",
|
|
2879
2879
|
ngImport: i0,
|
|
2880
2880
|
type: RadioControlValueAccessor,
|
|
2881
2881
|
decorators: [{
|
|
@@ -2928,7 +2928,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2928
2928
|
}
|
|
2929
2929
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2930
2930
|
minVersion: "12.0.0",
|
|
2931
|
-
version: "22.0.0-next.
|
|
2931
|
+
version: "22.0.0-next.2",
|
|
2932
2932
|
ngImport: i0,
|
|
2933
2933
|
type: RangeValueAccessor,
|
|
2934
2934
|
deps: null,
|
|
@@ -2936,7 +2936,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2936
2936
|
});
|
|
2937
2937
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2938
2938
|
minVersion: "14.0.0",
|
|
2939
|
-
version: "22.0.0-next.
|
|
2939
|
+
version: "22.0.0-next.2",
|
|
2940
2940
|
type: RangeValueAccessor,
|
|
2941
2941
|
isStandalone: false,
|
|
2942
2942
|
selector: "input[type=range][formControlName],input[type=range][formControl],input[type=range][ngModel]",
|
|
@@ -2954,7 +2954,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2954
2954
|
}
|
|
2955
2955
|
i0.ɵɵngDeclareClassMetadata({
|
|
2956
2956
|
minVersion: "12.0.0",
|
|
2957
|
-
version: "22.0.0-next.
|
|
2957
|
+
version: "22.0.0-next.2",
|
|
2958
2958
|
ngImport: i0,
|
|
2959
2959
|
type: RangeValueAccessor,
|
|
2960
2960
|
decorators: [{
|
|
@@ -3284,7 +3284,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3284
3284
|
}
|
|
3285
3285
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3286
3286
|
minVersion: "12.0.0",
|
|
3287
|
-
version: "22.0.0-next.
|
|
3287
|
+
version: "22.0.0-next.2",
|
|
3288
3288
|
ngImport: i0,
|
|
3289
3289
|
type: AbstractFormDirective,
|
|
3290
3290
|
deps: [{
|
|
@@ -3303,7 +3303,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3303
3303
|
});
|
|
3304
3304
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3305
3305
|
minVersion: "14.0.0",
|
|
3306
|
-
version: "22.0.0-next.
|
|
3306
|
+
version: "22.0.0-next.2",
|
|
3307
3307
|
type: AbstractFormDirective,
|
|
3308
3308
|
isStandalone: true,
|
|
3309
3309
|
usesInheritance: true,
|
|
@@ -3313,7 +3313,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3313
3313
|
}
|
|
3314
3314
|
i0.ɵɵngDeclareClassMetadata({
|
|
3315
3315
|
minVersion: "12.0.0",
|
|
3316
|
-
version: "22.0.0-next.
|
|
3316
|
+
version: "22.0.0-next.2",
|
|
3317
3317
|
ngImport: i0,
|
|
3318
3318
|
type: AbstractFormDirective,
|
|
3319
3319
|
decorators: [{
|
|
@@ -3362,7 +3362,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3362
3362
|
}
|
|
3363
3363
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3364
3364
|
minVersion: "12.0.0",
|
|
3365
|
-
version: "22.0.0-next.
|
|
3365
|
+
version: "22.0.0-next.2",
|
|
3366
3366
|
ngImport: i0,
|
|
3367
3367
|
type: FormArrayDirective,
|
|
3368
3368
|
deps: null,
|
|
@@ -3370,7 +3370,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3370
3370
|
});
|
|
3371
3371
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3372
3372
|
minVersion: "14.0.0",
|
|
3373
|
-
version: "22.0.0-next.
|
|
3373
|
+
version: "22.0.0-next.2",
|
|
3374
3374
|
type: FormArrayDirective,
|
|
3375
3375
|
isStandalone: false,
|
|
3376
3376
|
selector: "[formArray]",
|
|
@@ -3394,7 +3394,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3394
3394
|
}
|
|
3395
3395
|
i0.ɵɵngDeclareClassMetadata({
|
|
3396
3396
|
minVersion: "12.0.0",
|
|
3397
|
-
version: "22.0.0-next.
|
|
3397
|
+
version: "22.0.0-next.2",
|
|
3398
3398
|
ngImport: i0,
|
|
3399
3399
|
type: FormArrayDirective,
|
|
3400
3400
|
decorators: [{
|
|
@@ -3487,7 +3487,7 @@ class FormControlDirective extends NgControl {
|
|
|
3487
3487
|
}
|
|
3488
3488
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3489
3489
|
minVersion: "12.0.0",
|
|
3490
|
-
version: "22.0.0-next.
|
|
3490
|
+
version: "22.0.0-next.2",
|
|
3491
3491
|
ngImport: i0,
|
|
3492
3492
|
type: FormControlDirective,
|
|
3493
3493
|
deps: [{
|
|
@@ -3513,7 +3513,7 @@ class FormControlDirective extends NgControl {
|
|
|
3513
3513
|
});
|
|
3514
3514
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3515
3515
|
minVersion: "14.0.0",
|
|
3516
|
-
version: "22.0.0-next.
|
|
3516
|
+
version: "22.0.0-next.2",
|
|
3517
3517
|
type: FormControlDirective,
|
|
3518
3518
|
isStandalone: false,
|
|
3519
3519
|
selector: "[formControl]",
|
|
@@ -3534,7 +3534,7 @@ class FormControlDirective extends NgControl {
|
|
|
3534
3534
|
}
|
|
3535
3535
|
i0.ɵɵngDeclareClassMetadata({
|
|
3536
3536
|
minVersion: "12.0.0",
|
|
3537
|
-
version: "22.0.0-next.
|
|
3537
|
+
version: "22.0.0-next.2",
|
|
3538
3538
|
ngImport: i0,
|
|
3539
3539
|
type: FormControlDirective,
|
|
3540
3540
|
decorators: [{
|
|
@@ -3632,7 +3632,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3632
3632
|
}
|
|
3633
3633
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3634
3634
|
minVersion: "12.0.0",
|
|
3635
|
-
version: "22.0.0-next.
|
|
3635
|
+
version: "22.0.0-next.2",
|
|
3636
3636
|
ngImport: i0,
|
|
3637
3637
|
type: FormGroupName,
|
|
3638
3638
|
deps: [{
|
|
@@ -3653,7 +3653,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3653
3653
|
});
|
|
3654
3654
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3655
3655
|
minVersion: "14.0.0",
|
|
3656
|
-
version: "22.0.0-next.
|
|
3656
|
+
version: "22.0.0-next.2",
|
|
3657
3657
|
type: FormGroupName,
|
|
3658
3658
|
isStandalone: false,
|
|
3659
3659
|
selector: "[formGroupName]",
|
|
@@ -3667,7 +3667,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3667
3667
|
}
|
|
3668
3668
|
i0.ɵɵngDeclareClassMetadata({
|
|
3669
3669
|
minVersion: "12.0.0",
|
|
3670
|
-
version: "22.0.0-next.
|
|
3670
|
+
version: "22.0.0-next.2",
|
|
3671
3671
|
ngImport: i0,
|
|
3672
3672
|
type: FormGroupName,
|
|
3673
3673
|
decorators: [{
|
|
@@ -3748,7 +3748,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3748
3748
|
}
|
|
3749
3749
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3750
3750
|
minVersion: "12.0.0",
|
|
3751
|
-
version: "22.0.0-next.
|
|
3751
|
+
version: "22.0.0-next.2",
|
|
3752
3752
|
ngImport: i0,
|
|
3753
3753
|
type: FormArrayName,
|
|
3754
3754
|
deps: [{
|
|
@@ -3769,7 +3769,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3769
3769
|
});
|
|
3770
3770
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3771
3771
|
minVersion: "14.0.0",
|
|
3772
|
-
version: "22.0.0-next.
|
|
3772
|
+
version: "22.0.0-next.2",
|
|
3773
3773
|
type: FormArrayName,
|
|
3774
3774
|
isStandalone: false,
|
|
3775
3775
|
selector: "[formArrayName]",
|
|
@@ -3783,7 +3783,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3783
3783
|
}
|
|
3784
3784
|
i0.ɵɵngDeclareClassMetadata({
|
|
3785
3785
|
minVersion: "12.0.0",
|
|
3786
|
-
version: "22.0.0-next.
|
|
3786
|
+
version: "22.0.0-next.2",
|
|
3787
3787
|
ngImport: i0,
|
|
3788
3788
|
type: FormArrayName,
|
|
3789
3789
|
decorators: [{
|
|
@@ -3894,7 +3894,7 @@ class FormControlName extends NgControl {
|
|
|
3894
3894
|
}
|
|
3895
3895
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3896
3896
|
minVersion: "12.0.0",
|
|
3897
|
-
version: "22.0.0-next.
|
|
3897
|
+
version: "22.0.0-next.2",
|
|
3898
3898
|
ngImport: i0,
|
|
3899
3899
|
type: FormControlName,
|
|
3900
3900
|
deps: [{
|
|
@@ -3922,7 +3922,7 @@ class FormControlName extends NgControl {
|
|
|
3922
3922
|
});
|
|
3923
3923
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3924
3924
|
minVersion: "14.0.0",
|
|
3925
|
-
version: "22.0.0-next.
|
|
3925
|
+
version: "22.0.0-next.2",
|
|
3926
3926
|
type: FormControlName,
|
|
3927
3927
|
isStandalone: false,
|
|
3928
3928
|
selector: "[formControlName]",
|
|
@@ -3942,7 +3942,7 @@ class FormControlName extends NgControl {
|
|
|
3942
3942
|
}
|
|
3943
3943
|
i0.ɵɵngDeclareClassMetadata({
|
|
3944
3944
|
minVersion: "12.0.0",
|
|
3945
|
-
version: "22.0.0-next.
|
|
3945
|
+
version: "22.0.0-next.2",
|
|
3946
3946
|
ngImport: i0,
|
|
3947
3947
|
type: FormControlName,
|
|
3948
3948
|
decorators: [{
|
|
@@ -4040,7 +4040,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4040
4040
|
}
|
|
4041
4041
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4042
4042
|
minVersion: "12.0.0",
|
|
4043
|
-
version: "22.0.0-next.
|
|
4043
|
+
version: "22.0.0-next.2",
|
|
4044
4044
|
ngImport: i0,
|
|
4045
4045
|
type: FormGroupDirective,
|
|
4046
4046
|
deps: null,
|
|
@@ -4048,7 +4048,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4048
4048
|
});
|
|
4049
4049
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4050
4050
|
minVersion: "14.0.0",
|
|
4051
|
-
version: "22.0.0-next.
|
|
4051
|
+
version: "22.0.0-next.2",
|
|
4052
4052
|
type: FormGroupDirective,
|
|
4053
4053
|
isStandalone: false,
|
|
4054
4054
|
selector: "[formGroup]",
|
|
@@ -4072,7 +4072,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4072
4072
|
}
|
|
4073
4073
|
i0.ɵɵngDeclareClassMetadata({
|
|
4074
4074
|
minVersion: "12.0.0",
|
|
4075
|
-
version: "22.0.0-next.
|
|
4075
|
+
version: "22.0.0-next.2",
|
|
4076
4076
|
ngImport: i0,
|
|
4077
4077
|
type: FormGroupDirective,
|
|
4078
4078
|
decorators: [{
|
|
@@ -4172,7 +4172,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4172
4172
|
}
|
|
4173
4173
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4174
4174
|
minVersion: "12.0.0",
|
|
4175
|
-
version: "22.0.0-next.
|
|
4175
|
+
version: "22.0.0-next.2",
|
|
4176
4176
|
ngImport: i0,
|
|
4177
4177
|
type: SelectControlValueAccessor,
|
|
4178
4178
|
deps: null,
|
|
@@ -4180,7 +4180,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4180
4180
|
});
|
|
4181
4181
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4182
4182
|
minVersion: "14.0.0",
|
|
4183
|
-
version: "22.0.0-next.
|
|
4183
|
+
version: "22.0.0-next.2",
|
|
4184
4184
|
type: SelectControlValueAccessor,
|
|
4185
4185
|
isStandalone: false,
|
|
4186
4186
|
selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]",
|
|
@@ -4200,7 +4200,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4200
4200
|
}
|
|
4201
4201
|
i0.ɵɵngDeclareClassMetadata({
|
|
4202
4202
|
minVersion: "12.0.0",
|
|
4203
|
-
version: "22.0.0-next.
|
|
4203
|
+
version: "22.0.0-next.2",
|
|
4204
4204
|
ngImport: i0,
|
|
4205
4205
|
type: SelectControlValueAccessor,
|
|
4206
4206
|
decorators: [{
|
|
@@ -4251,7 +4251,7 @@ class NgSelectOption {
|
|
|
4251
4251
|
}
|
|
4252
4252
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4253
4253
|
minVersion: "12.0.0",
|
|
4254
|
-
version: "22.0.0-next.
|
|
4254
|
+
version: "22.0.0-next.2",
|
|
4255
4255
|
ngImport: i0,
|
|
4256
4256
|
type: NgSelectOption,
|
|
4257
4257
|
deps: [{
|
|
@@ -4267,7 +4267,7 @@ class NgSelectOption {
|
|
|
4267
4267
|
});
|
|
4268
4268
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4269
4269
|
minVersion: "14.0.0",
|
|
4270
|
-
version: "22.0.0-next.
|
|
4270
|
+
version: "22.0.0-next.2",
|
|
4271
4271
|
type: NgSelectOption,
|
|
4272
4272
|
isStandalone: false,
|
|
4273
4273
|
selector: "option",
|
|
@@ -4280,7 +4280,7 @@ class NgSelectOption {
|
|
|
4280
4280
|
}
|
|
4281
4281
|
i0.ɵɵngDeclareClassMetadata({
|
|
4282
4282
|
minVersion: "12.0.0",
|
|
4283
|
-
version: "22.0.0-next.
|
|
4283
|
+
version: "22.0.0-next.2",
|
|
4284
4284
|
ngImport: i0,
|
|
4285
4285
|
type: NgSelectOption,
|
|
4286
4286
|
decorators: [{
|
|
@@ -4396,7 +4396,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4396
4396
|
}
|
|
4397
4397
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4398
4398
|
minVersion: "12.0.0",
|
|
4399
|
-
version: "22.0.0-next.
|
|
4399
|
+
version: "22.0.0-next.2",
|
|
4400
4400
|
ngImport: i0,
|
|
4401
4401
|
type: SelectMultipleControlValueAccessor,
|
|
4402
4402
|
deps: null,
|
|
@@ -4404,7 +4404,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4404
4404
|
});
|
|
4405
4405
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4406
4406
|
minVersion: "14.0.0",
|
|
4407
|
-
version: "22.0.0-next.
|
|
4407
|
+
version: "22.0.0-next.2",
|
|
4408
4408
|
type: SelectMultipleControlValueAccessor,
|
|
4409
4409
|
isStandalone: false,
|
|
4410
4410
|
selector: "select[multiple][formControlName],select[multiple][formControl],select[multiple][ngModel]",
|
|
@@ -4424,7 +4424,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4424
4424
|
}
|
|
4425
4425
|
i0.ɵɵngDeclareClassMetadata({
|
|
4426
4426
|
minVersion: "12.0.0",
|
|
4427
|
-
version: "22.0.0-next.
|
|
4427
|
+
version: "22.0.0-next.2",
|
|
4428
4428
|
ngImport: i0,
|
|
4429
4429
|
type: SelectMultipleControlValueAccessor,
|
|
4430
4430
|
decorators: [{
|
|
@@ -4488,7 +4488,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4488
4488
|
}
|
|
4489
4489
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4490
4490
|
minVersion: "12.0.0",
|
|
4491
|
-
version: "22.0.0-next.
|
|
4491
|
+
version: "22.0.0-next.2",
|
|
4492
4492
|
ngImport: i0,
|
|
4493
4493
|
type: ɵNgSelectMultipleOption,
|
|
4494
4494
|
deps: [{
|
|
@@ -4504,7 +4504,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4504
4504
|
});
|
|
4505
4505
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4506
4506
|
minVersion: "14.0.0",
|
|
4507
|
-
version: "22.0.0-next.
|
|
4507
|
+
version: "22.0.0-next.2",
|
|
4508
4508
|
type: ɵNgSelectMultipleOption,
|
|
4509
4509
|
isStandalone: false,
|
|
4510
4510
|
selector: "option",
|
|
@@ -4517,7 +4517,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4517
4517
|
}
|
|
4518
4518
|
i0.ɵɵngDeclareClassMetadata({
|
|
4519
4519
|
minVersion: "12.0.0",
|
|
4520
|
-
version: "22.0.0-next.
|
|
4520
|
+
version: "22.0.0-next.2",
|
|
4521
4521
|
ngImport: i0,
|
|
4522
4522
|
type: ɵNgSelectMultipleOption,
|
|
4523
4523
|
decorators: [{
|
|
@@ -4580,7 +4580,7 @@ class AbstractValidatorDirective {
|
|
|
4580
4580
|
}
|
|
4581
4581
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4582
4582
|
minVersion: "12.0.0",
|
|
4583
|
-
version: "22.0.0-next.
|
|
4583
|
+
version: "22.0.0-next.2",
|
|
4584
4584
|
ngImport: i0,
|
|
4585
4585
|
type: AbstractValidatorDirective,
|
|
4586
4586
|
deps: [],
|
|
@@ -4588,7 +4588,7 @@ class AbstractValidatorDirective {
|
|
|
4588
4588
|
});
|
|
4589
4589
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4590
4590
|
minVersion: "14.0.0",
|
|
4591
|
-
version: "22.0.0-next.
|
|
4591
|
+
version: "22.0.0-next.2",
|
|
4592
4592
|
type: AbstractValidatorDirective,
|
|
4593
4593
|
isStandalone: true,
|
|
4594
4594
|
usesOnChanges: true,
|
|
@@ -4597,7 +4597,7 @@ class AbstractValidatorDirective {
|
|
|
4597
4597
|
}
|
|
4598
4598
|
i0.ɵɵngDeclareClassMetadata({
|
|
4599
4599
|
minVersion: "12.0.0",
|
|
4600
|
-
version: "22.0.0-next.
|
|
4600
|
+
version: "22.0.0-next.2",
|
|
4601
4601
|
ngImport: i0,
|
|
4602
4602
|
type: AbstractValidatorDirective,
|
|
4603
4603
|
decorators: [{
|
|
@@ -4616,7 +4616,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4616
4616
|
createValidator = max => maxValidator(max);
|
|
4617
4617
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4618
4618
|
minVersion: "12.0.0",
|
|
4619
|
-
version: "22.0.0-next.
|
|
4619
|
+
version: "22.0.0-next.2",
|
|
4620
4620
|
ngImport: i0,
|
|
4621
4621
|
type: MaxValidator,
|
|
4622
4622
|
deps: null,
|
|
@@ -4624,7 +4624,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4624
4624
|
});
|
|
4625
4625
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4626
4626
|
minVersion: "14.0.0",
|
|
4627
|
-
version: "22.0.0-next.
|
|
4627
|
+
version: "22.0.0-next.2",
|
|
4628
4628
|
type: MaxValidator,
|
|
4629
4629
|
isStandalone: false,
|
|
4630
4630
|
selector: "input[type=number][max][formControlName],input[type=number][max][formControl],input[type=number][max][ngModel]",
|
|
@@ -4643,7 +4643,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4643
4643
|
}
|
|
4644
4644
|
i0.ɵɵngDeclareClassMetadata({
|
|
4645
4645
|
minVersion: "12.0.0",
|
|
4646
|
-
version: "22.0.0-next.
|
|
4646
|
+
version: "22.0.0-next.2",
|
|
4647
4647
|
ngImport: i0,
|
|
4648
4648
|
type: MaxValidator,
|
|
4649
4649
|
decorators: [{
|
|
@@ -4675,7 +4675,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4675
4675
|
createValidator = min => minValidator(min);
|
|
4676
4676
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4677
4677
|
minVersion: "12.0.0",
|
|
4678
|
-
version: "22.0.0-next.
|
|
4678
|
+
version: "22.0.0-next.2",
|
|
4679
4679
|
ngImport: i0,
|
|
4680
4680
|
type: MinValidator,
|
|
4681
4681
|
deps: null,
|
|
@@ -4683,7 +4683,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4683
4683
|
});
|
|
4684
4684
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4685
4685
|
minVersion: "14.0.0",
|
|
4686
|
-
version: "22.0.0-next.
|
|
4686
|
+
version: "22.0.0-next.2",
|
|
4687
4687
|
type: MinValidator,
|
|
4688
4688
|
isStandalone: false,
|
|
4689
4689
|
selector: "input[type=number][min][formControlName],input[type=number][min][formControl],input[type=number][min][ngModel]",
|
|
@@ -4702,7 +4702,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4702
4702
|
}
|
|
4703
4703
|
i0.ɵɵngDeclareClassMetadata({
|
|
4704
4704
|
minVersion: "12.0.0",
|
|
4705
|
-
version: "22.0.0-next.
|
|
4705
|
+
version: "22.0.0-next.2",
|
|
4706
4706
|
ngImport: i0,
|
|
4707
4707
|
type: MinValidator,
|
|
4708
4708
|
decorators: [{
|
|
@@ -4742,7 +4742,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4742
4742
|
}
|
|
4743
4743
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4744
4744
|
minVersion: "12.0.0",
|
|
4745
|
-
version: "22.0.0-next.
|
|
4745
|
+
version: "22.0.0-next.2",
|
|
4746
4746
|
ngImport: i0,
|
|
4747
4747
|
type: RequiredValidator,
|
|
4748
4748
|
deps: null,
|
|
@@ -4750,7 +4750,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4750
4750
|
});
|
|
4751
4751
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4752
4752
|
minVersion: "14.0.0",
|
|
4753
|
-
version: "22.0.0-next.
|
|
4753
|
+
version: "22.0.0-next.2",
|
|
4754
4754
|
type: RequiredValidator,
|
|
4755
4755
|
isStandalone: false,
|
|
4756
4756
|
selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",
|
|
@@ -4769,7 +4769,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4769
4769
|
}
|
|
4770
4770
|
i0.ɵɵngDeclareClassMetadata({
|
|
4771
4771
|
minVersion: "12.0.0",
|
|
4772
|
-
version: "22.0.0-next.
|
|
4772
|
+
version: "22.0.0-next.2",
|
|
4773
4773
|
ngImport: i0,
|
|
4774
4774
|
type: RequiredValidator,
|
|
4775
4775
|
decorators: [{
|
|
@@ -4793,7 +4793,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4793
4793
|
createValidator = input => requiredTrueValidator;
|
|
4794
4794
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4795
4795
|
minVersion: "12.0.0",
|
|
4796
|
-
version: "22.0.0-next.
|
|
4796
|
+
version: "22.0.0-next.2",
|
|
4797
4797
|
ngImport: i0,
|
|
4798
4798
|
type: CheckboxRequiredValidator,
|
|
4799
4799
|
deps: null,
|
|
@@ -4801,7 +4801,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4801
4801
|
});
|
|
4802
4802
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4803
4803
|
minVersion: "14.0.0",
|
|
4804
|
-
version: "22.0.0-next.
|
|
4804
|
+
version: "22.0.0-next.2",
|
|
4805
4805
|
type: CheckboxRequiredValidator,
|
|
4806
4806
|
isStandalone: false,
|
|
4807
4807
|
selector: "input[type=checkbox][required][formControlName],input[type=checkbox][required][formControl],input[type=checkbox][required][ngModel]",
|
|
@@ -4817,7 +4817,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4817
4817
|
}
|
|
4818
4818
|
i0.ɵɵngDeclareClassMetadata({
|
|
4819
4819
|
minVersion: "12.0.0",
|
|
4820
|
-
version: "22.0.0-next.
|
|
4820
|
+
version: "22.0.0-next.2",
|
|
4821
4821
|
ngImport: i0,
|
|
4822
4822
|
type: CheckboxRequiredValidator,
|
|
4823
4823
|
decorators: [{
|
|
@@ -4847,7 +4847,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4847
4847
|
}
|
|
4848
4848
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4849
4849
|
minVersion: "12.0.0",
|
|
4850
|
-
version: "22.0.0-next.
|
|
4850
|
+
version: "22.0.0-next.2",
|
|
4851
4851
|
ngImport: i0,
|
|
4852
4852
|
type: EmailValidator,
|
|
4853
4853
|
deps: null,
|
|
@@ -4855,7 +4855,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4855
4855
|
});
|
|
4856
4856
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4857
4857
|
minVersion: "14.0.0",
|
|
4858
|
-
version: "22.0.0-next.
|
|
4858
|
+
version: "22.0.0-next.2",
|
|
4859
4859
|
type: EmailValidator,
|
|
4860
4860
|
isStandalone: false,
|
|
4861
4861
|
selector: "[email][formControlName],[email][formControl],[email][ngModel]",
|
|
@@ -4869,7 +4869,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4869
4869
|
}
|
|
4870
4870
|
i0.ɵɵngDeclareClassMetadata({
|
|
4871
4871
|
minVersion: "12.0.0",
|
|
4872
|
-
version: "22.0.0-next.
|
|
4872
|
+
version: "22.0.0-next.2",
|
|
4873
4873
|
ngImport: i0,
|
|
4874
4874
|
type: EmailValidator,
|
|
4875
4875
|
decorators: [{
|
|
@@ -4898,7 +4898,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4898
4898
|
createValidator = minlength => minLengthValidator(minlength);
|
|
4899
4899
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4900
4900
|
minVersion: "12.0.0",
|
|
4901
|
-
version: "22.0.0-next.
|
|
4901
|
+
version: "22.0.0-next.2",
|
|
4902
4902
|
ngImport: i0,
|
|
4903
4903
|
type: MinLengthValidator,
|
|
4904
4904
|
deps: null,
|
|
@@ -4906,7 +4906,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4906
4906
|
});
|
|
4907
4907
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4908
4908
|
minVersion: "14.0.0",
|
|
4909
|
-
version: "22.0.0-next.
|
|
4909
|
+
version: "22.0.0-next.2",
|
|
4910
4910
|
type: MinLengthValidator,
|
|
4911
4911
|
isStandalone: false,
|
|
4912
4912
|
selector: "[minlength][formControlName],[minlength][formControl],[minlength][ngModel]",
|
|
@@ -4925,7 +4925,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4925
4925
|
}
|
|
4926
4926
|
i0.ɵɵngDeclareClassMetadata({
|
|
4927
4927
|
minVersion: "12.0.0",
|
|
4928
|
-
version: "22.0.0-next.
|
|
4928
|
+
version: "22.0.0-next.2",
|
|
4929
4929
|
ngImport: i0,
|
|
4930
4930
|
type: MinLengthValidator,
|
|
4931
4931
|
decorators: [{
|
|
@@ -4957,7 +4957,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4957
4957
|
createValidator = maxlength => maxLengthValidator(maxlength);
|
|
4958
4958
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4959
4959
|
minVersion: "12.0.0",
|
|
4960
|
-
version: "22.0.0-next.
|
|
4960
|
+
version: "22.0.0-next.2",
|
|
4961
4961
|
ngImport: i0,
|
|
4962
4962
|
type: MaxLengthValidator,
|
|
4963
4963
|
deps: null,
|
|
@@ -4965,7 +4965,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4965
4965
|
});
|
|
4966
4966
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4967
4967
|
minVersion: "14.0.0",
|
|
4968
|
-
version: "22.0.0-next.
|
|
4968
|
+
version: "22.0.0-next.2",
|
|
4969
4969
|
type: MaxLengthValidator,
|
|
4970
4970
|
isStandalone: false,
|
|
4971
4971
|
selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]",
|
|
@@ -4984,7 +4984,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4984
4984
|
}
|
|
4985
4985
|
i0.ɵɵngDeclareClassMetadata({
|
|
4986
4986
|
minVersion: "12.0.0",
|
|
4987
|
-
version: "22.0.0-next.
|
|
4987
|
+
version: "22.0.0-next.2",
|
|
4988
4988
|
ngImport: i0,
|
|
4989
4989
|
type: MaxLengthValidator,
|
|
4990
4990
|
decorators: [{
|
|
@@ -5016,7 +5016,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5016
5016
|
createValidator = input => patternValidator(input);
|
|
5017
5017
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5018
5018
|
minVersion: "12.0.0",
|
|
5019
|
-
version: "22.0.0-next.
|
|
5019
|
+
version: "22.0.0-next.2",
|
|
5020
5020
|
ngImport: i0,
|
|
5021
5021
|
type: PatternValidator,
|
|
5022
5022
|
deps: null,
|
|
@@ -5024,7 +5024,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5024
5024
|
});
|
|
5025
5025
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
5026
5026
|
minVersion: "14.0.0",
|
|
5027
|
-
version: "22.0.0-next.
|
|
5027
|
+
version: "22.0.0-next.2",
|
|
5028
5028
|
type: PatternValidator,
|
|
5029
5029
|
isStandalone: false,
|
|
5030
5030
|
selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]",
|
|
@@ -5043,7 +5043,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5043
5043
|
}
|
|
5044
5044
|
i0.ɵɵngDeclareClassMetadata({
|
|
5045
5045
|
minVersion: "12.0.0",
|
|
5046
|
-
version: "22.0.0-next.
|
|
5046
|
+
version: "22.0.0-next.2",
|
|
5047
5047
|
ngImport: i0,
|
|
5048
5048
|
type: PatternValidator,
|
|
5049
5049
|
decorators: [{
|
|
@@ -5070,7 +5070,7 @@ const REACTIVE_DRIVEN_DIRECTIVES = [FormControlDirective, FormGroupDirective, Fo
|
|
|
5070
5070
|
class ɵInternalFormsSharedModule {
|
|
5071
5071
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5072
5072
|
minVersion: "12.0.0",
|
|
5073
|
-
version: "22.0.0-next.
|
|
5073
|
+
version: "22.0.0-next.2",
|
|
5074
5074
|
ngImport: i0,
|
|
5075
5075
|
type: ɵInternalFormsSharedModule,
|
|
5076
5076
|
deps: [],
|
|
@@ -5078,7 +5078,7 @@ class ɵInternalFormsSharedModule {
|
|
|
5078
5078
|
});
|
|
5079
5079
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5080
5080
|
minVersion: "14.0.0",
|
|
5081
|
-
version: "22.0.0-next.
|
|
5081
|
+
version: "22.0.0-next.2",
|
|
5082
5082
|
ngImport: i0,
|
|
5083
5083
|
type: ɵInternalFormsSharedModule,
|
|
5084
5084
|
declarations: [ɵNgNoValidate, NgSelectOption, ɵNgSelectMultipleOption, DefaultValueAccessor, NumberValueAccessor, RangeValueAccessor, CheckboxControlValueAccessor, SelectControlValueAccessor, SelectMultipleControlValueAccessor, RadioControlValueAccessor, NgControlStatus, NgControlStatusGroup, RequiredValidator, MinLengthValidator, MaxLengthValidator, PatternValidator, CheckboxRequiredValidator, EmailValidator, MinValidator, MaxValidator],
|
|
@@ -5086,14 +5086,14 @@ class ɵInternalFormsSharedModule {
|
|
|
5086
5086
|
});
|
|
5087
5087
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5088
5088
|
minVersion: "12.0.0",
|
|
5089
|
-
version: "22.0.0-next.
|
|
5089
|
+
version: "22.0.0-next.2",
|
|
5090
5090
|
ngImport: i0,
|
|
5091
5091
|
type: ɵInternalFormsSharedModule
|
|
5092
5092
|
});
|
|
5093
5093
|
}
|
|
5094
5094
|
i0.ɵɵngDeclareClassMetadata({
|
|
5095
5095
|
minVersion: "12.0.0",
|
|
5096
|
-
version: "22.0.0-next.
|
|
5096
|
+
version: "22.0.0-next.2",
|
|
5097
5097
|
ngImport: i0,
|
|
5098
5098
|
type: ɵInternalFormsSharedModule,
|
|
5099
5099
|
decorators: [{
|
|
@@ -5173,7 +5173,7 @@ class FormBuilder {
|
|
|
5173
5173
|
}
|
|
5174
5174
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5175
5175
|
minVersion: "12.0.0",
|
|
5176
|
-
version: "22.0.0-next.
|
|
5176
|
+
version: "22.0.0-next.2",
|
|
5177
5177
|
ngImport: i0,
|
|
5178
5178
|
type: FormBuilder,
|
|
5179
5179
|
deps: [],
|
|
@@ -5181,7 +5181,7 @@ class FormBuilder {
|
|
|
5181
5181
|
});
|
|
5182
5182
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5183
5183
|
minVersion: "12.0.0",
|
|
5184
|
-
version: "22.0.0-next.
|
|
5184
|
+
version: "22.0.0-next.2",
|
|
5185
5185
|
ngImport: i0,
|
|
5186
5186
|
type: FormBuilder,
|
|
5187
5187
|
providedIn: 'root'
|
|
@@ -5189,7 +5189,7 @@ class FormBuilder {
|
|
|
5189
5189
|
}
|
|
5190
5190
|
i0.ɵɵngDeclareClassMetadata({
|
|
5191
5191
|
minVersion: "12.0.0",
|
|
5192
|
-
version: "22.0.0-next.
|
|
5192
|
+
version: "22.0.0-next.2",
|
|
5193
5193
|
ngImport: i0,
|
|
5194
5194
|
type: FormBuilder,
|
|
5195
5195
|
decorators: [{
|
|
@@ -5202,7 +5202,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
5202
5202
|
class NonNullableFormBuilder {
|
|
5203
5203
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5204
5204
|
minVersion: "12.0.0",
|
|
5205
|
-
version: "22.0.0-next.
|
|
5205
|
+
version: "22.0.0-next.2",
|
|
5206
5206
|
ngImport: i0,
|
|
5207
5207
|
type: NonNullableFormBuilder,
|
|
5208
5208
|
deps: [],
|
|
@@ -5210,7 +5210,7 @@ class NonNullableFormBuilder {
|
|
|
5210
5210
|
});
|
|
5211
5211
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5212
5212
|
minVersion: "12.0.0",
|
|
5213
|
-
version: "22.0.0-next.
|
|
5213
|
+
version: "22.0.0-next.2",
|
|
5214
5214
|
ngImport: i0,
|
|
5215
5215
|
type: NonNullableFormBuilder,
|
|
5216
5216
|
providedIn: 'root',
|
|
@@ -5219,7 +5219,7 @@ class NonNullableFormBuilder {
|
|
|
5219
5219
|
}
|
|
5220
5220
|
i0.ɵɵngDeclareClassMetadata({
|
|
5221
5221
|
minVersion: "12.0.0",
|
|
5222
|
-
version: "22.0.0-next.
|
|
5222
|
+
version: "22.0.0-next.2",
|
|
5223
5223
|
ngImport: i0,
|
|
5224
5224
|
type: NonNullableFormBuilder,
|
|
5225
5225
|
decorators: [{
|
|
@@ -5242,7 +5242,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5242
5242
|
}
|
|
5243
5243
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5244
5244
|
minVersion: "12.0.0",
|
|
5245
|
-
version: "22.0.0-next.
|
|
5245
|
+
version: "22.0.0-next.2",
|
|
5246
5246
|
ngImport: i0,
|
|
5247
5247
|
type: UntypedFormBuilder,
|
|
5248
5248
|
deps: null,
|
|
@@ -5250,7 +5250,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5250
5250
|
});
|
|
5251
5251
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5252
5252
|
minVersion: "12.0.0",
|
|
5253
|
-
version: "22.0.0-next.
|
|
5253
|
+
version: "22.0.0-next.2",
|
|
5254
5254
|
ngImport: i0,
|
|
5255
5255
|
type: UntypedFormBuilder,
|
|
5256
5256
|
providedIn: 'root'
|
|
@@ -5258,7 +5258,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5258
5258
|
}
|
|
5259
5259
|
i0.ɵɵngDeclareClassMetadata({
|
|
5260
5260
|
minVersion: "12.0.0",
|
|
5261
|
-
version: "22.0.0-next.
|
|
5261
|
+
version: "22.0.0-next.2",
|
|
5262
5262
|
ngImport: i0,
|
|
5263
5263
|
type: UntypedFormBuilder,
|
|
5264
5264
|
decorators: [{
|
|
@@ -5281,7 +5281,7 @@ class FormsModule {
|
|
|
5281
5281
|
}
|
|
5282
5282
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5283
5283
|
minVersion: "12.0.0",
|
|
5284
|
-
version: "22.0.0-next.
|
|
5284
|
+
version: "22.0.0-next.2",
|
|
5285
5285
|
ngImport: i0,
|
|
5286
5286
|
type: FormsModule,
|
|
5287
5287
|
deps: [],
|
|
@@ -5289,7 +5289,7 @@ class FormsModule {
|
|
|
5289
5289
|
});
|
|
5290
5290
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5291
5291
|
minVersion: "14.0.0",
|
|
5292
|
-
version: "22.0.0-next.
|
|
5292
|
+
version: "22.0.0-next.2",
|
|
5293
5293
|
ngImport: i0,
|
|
5294
5294
|
type: FormsModule,
|
|
5295
5295
|
declarations: [NgModel, NgModelGroup, NgForm],
|
|
@@ -5297,7 +5297,7 @@ class FormsModule {
|
|
|
5297
5297
|
});
|
|
5298
5298
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5299
5299
|
minVersion: "12.0.0",
|
|
5300
|
-
version: "22.0.0-next.
|
|
5300
|
+
version: "22.0.0-next.2",
|
|
5301
5301
|
ngImport: i0,
|
|
5302
5302
|
type: FormsModule,
|
|
5303
5303
|
imports: [ɵInternalFormsSharedModule]
|
|
@@ -5305,7 +5305,7 @@ class FormsModule {
|
|
|
5305
5305
|
}
|
|
5306
5306
|
i0.ɵɵngDeclareClassMetadata({
|
|
5307
5307
|
minVersion: "12.0.0",
|
|
5308
|
-
version: "22.0.0-next.
|
|
5308
|
+
version: "22.0.0-next.2",
|
|
5309
5309
|
ngImport: i0,
|
|
5310
5310
|
type: FormsModule,
|
|
5311
5311
|
decorators: [{
|
|
@@ -5331,7 +5331,7 @@ class ReactiveFormsModule {
|
|
|
5331
5331
|
}
|
|
5332
5332
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5333
5333
|
minVersion: "12.0.0",
|
|
5334
|
-
version: "22.0.0-next.
|
|
5334
|
+
version: "22.0.0-next.2",
|
|
5335
5335
|
ngImport: i0,
|
|
5336
5336
|
type: ReactiveFormsModule,
|
|
5337
5337
|
deps: [],
|
|
@@ -5339,7 +5339,7 @@ class ReactiveFormsModule {
|
|
|
5339
5339
|
});
|
|
5340
5340
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5341
5341
|
minVersion: "14.0.0",
|
|
5342
|
-
version: "22.0.0-next.
|
|
5342
|
+
version: "22.0.0-next.2",
|
|
5343
5343
|
ngImport: i0,
|
|
5344
5344
|
type: ReactiveFormsModule,
|
|
5345
5345
|
declarations: [FormControlDirective, FormGroupDirective, FormArrayDirective, FormControlName, FormGroupName, FormArrayName],
|
|
@@ -5347,7 +5347,7 @@ class ReactiveFormsModule {
|
|
|
5347
5347
|
});
|
|
5348
5348
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5349
5349
|
minVersion: "12.0.0",
|
|
5350
|
-
version: "22.0.0-next.
|
|
5350
|
+
version: "22.0.0-next.2",
|
|
5351
5351
|
ngImport: i0,
|
|
5352
5352
|
type: ReactiveFormsModule,
|
|
5353
5353
|
imports: [ɵInternalFormsSharedModule]
|
|
@@ -5355,7 +5355,7 @@ class ReactiveFormsModule {
|
|
|
5355
5355
|
}
|
|
5356
5356
|
i0.ɵɵngDeclareClassMetadata({
|
|
5357
5357
|
minVersion: "12.0.0",
|
|
5358
|
-
version: "22.0.0-next.
|
|
5358
|
+
version: "22.0.0-next.2",
|
|
5359
5359
|
ngImport: i0,
|
|
5360
5360
|
type: ReactiveFormsModule,
|
|
5361
5361
|
decorators: [{
|