@angular/forms 22.0.0-next.4 → 22.0.0-next.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/_validation_errors-chunk.mjs +158 -67
- package/fesm2022/_validation_errors-chunk.mjs.map +1 -1
- package/fesm2022/forms.mjs +129 -129
- package/fesm2022/forms.mjs.map +1 -1
- package/fesm2022/signals-compat.mjs +1 -1
- package/fesm2022/signals.mjs +177 -17
- 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 +33 -11
- package/types/forms.d.ts +1 -1
- package/types/signals-compat.d.ts +1 -1
- package/types/signals.d.ts +14 -4
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.6
|
|
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.6",
|
|
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.6",
|
|
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.6",
|
|
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.6",
|
|
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.6",
|
|
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.6",
|
|
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.6",
|
|
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.6",
|
|
117
117
|
type: CheckboxControlValueAccessor,
|
|
118
118
|
isStandalone: false,
|
|
119
119
|
selector: "input[type=checkbox]:not([ngNoCva])[formControlName],input[type=checkbox]:not([ngNoCva])[formControl],input[type=checkbox]:not([ngNoCva])[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.6",
|
|
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.6",
|
|
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.6",
|
|
204
204
|
type: DefaultValueAccessor,
|
|
205
205
|
isStandalone: false,
|
|
206
206
|
selector: "input:not([type=checkbox]):not([ngNoCva])[formControlName],textarea:not([ngNoCva])[formControlName],input:not([type=checkbox]):not([ngNoCva])[formControl],textarea:not([ngNoCva])[formControl],input:not([type=checkbox]):not([ngNoCva])[ngModel],textarea:not([ngNoCva])[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.6",
|
|
223
223
|
ngImport: i0,
|
|
224
224
|
type: DefaultValueAccessor,
|
|
225
225
|
decorators: [{
|
|
@@ -673,7 +673,7 @@ class AbstractValidatorDirective {
|
|
|
673
673
|
}
|
|
674
674
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
675
675
|
minVersion: "12.0.0",
|
|
676
|
-
version: "22.0.0-next.
|
|
676
|
+
version: "22.0.0-next.6",
|
|
677
677
|
ngImport: i0,
|
|
678
678
|
type: AbstractValidatorDirective,
|
|
679
679
|
deps: [],
|
|
@@ -681,7 +681,7 @@ class AbstractValidatorDirective {
|
|
|
681
681
|
});
|
|
682
682
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
683
683
|
minVersion: "14.0.0",
|
|
684
|
-
version: "22.0.0-next.
|
|
684
|
+
version: "22.0.0-next.6",
|
|
685
685
|
type: AbstractValidatorDirective,
|
|
686
686
|
isStandalone: true,
|
|
687
687
|
usesOnChanges: true,
|
|
@@ -690,7 +690,7 @@ class AbstractValidatorDirective {
|
|
|
690
690
|
}
|
|
691
691
|
i0.ɵɵngDeclareClassMetadata({
|
|
692
692
|
minVersion: "12.0.0",
|
|
693
|
-
version: "22.0.0-next.
|
|
693
|
+
version: "22.0.0-next.6",
|
|
694
694
|
ngImport: i0,
|
|
695
695
|
type: AbstractValidatorDirective,
|
|
696
696
|
decorators: [{
|
|
@@ -709,7 +709,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
709
709
|
createValidator = max => maxValidator(max);
|
|
710
710
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
711
711
|
minVersion: "12.0.0",
|
|
712
|
-
version: "22.0.0-next.
|
|
712
|
+
version: "22.0.0-next.6",
|
|
713
713
|
ngImport: i0,
|
|
714
714
|
type: MaxValidator,
|
|
715
715
|
deps: null,
|
|
@@ -717,7 +717,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
717
717
|
});
|
|
718
718
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
719
719
|
minVersion: "14.0.0",
|
|
720
|
-
version: "22.0.0-next.
|
|
720
|
+
version: "22.0.0-next.6",
|
|
721
721
|
type: MaxValidator,
|
|
722
722
|
isStandalone: false,
|
|
723
723
|
selector: "input[type=number][max][formControlName],input[type=number][max][formControl],input[type=number][max][ngModel]",
|
|
@@ -736,7 +736,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
736
736
|
}
|
|
737
737
|
i0.ɵɵngDeclareClassMetadata({
|
|
738
738
|
minVersion: "12.0.0",
|
|
739
|
-
version: "22.0.0-next.
|
|
739
|
+
version: "22.0.0-next.6",
|
|
740
740
|
ngImport: i0,
|
|
741
741
|
type: MaxValidator,
|
|
742
742
|
decorators: [{
|
|
@@ -768,7 +768,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
768
768
|
createValidator = min => minValidator(min);
|
|
769
769
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
770
770
|
minVersion: "12.0.0",
|
|
771
|
-
version: "22.0.0-next.
|
|
771
|
+
version: "22.0.0-next.6",
|
|
772
772
|
ngImport: i0,
|
|
773
773
|
type: MinValidator,
|
|
774
774
|
deps: null,
|
|
@@ -776,7 +776,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
776
776
|
});
|
|
777
777
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
778
778
|
minVersion: "14.0.0",
|
|
779
|
-
version: "22.0.0-next.
|
|
779
|
+
version: "22.0.0-next.6",
|
|
780
780
|
type: MinValidator,
|
|
781
781
|
isStandalone: false,
|
|
782
782
|
selector: "input[type=number][min][formControlName],input[type=number][min][formControl],input[type=number][min][ngModel]",
|
|
@@ -795,7 +795,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
795
795
|
}
|
|
796
796
|
i0.ɵɵngDeclareClassMetadata({
|
|
797
797
|
minVersion: "12.0.0",
|
|
798
|
-
version: "22.0.0-next.
|
|
798
|
+
version: "22.0.0-next.6",
|
|
799
799
|
ngImport: i0,
|
|
800
800
|
type: MinValidator,
|
|
801
801
|
decorators: [{
|
|
@@ -835,7 +835,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
835
835
|
}
|
|
836
836
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
837
837
|
minVersion: "12.0.0",
|
|
838
|
-
version: "22.0.0-next.
|
|
838
|
+
version: "22.0.0-next.6",
|
|
839
839
|
ngImport: i0,
|
|
840
840
|
type: RequiredValidator,
|
|
841
841
|
deps: null,
|
|
@@ -843,7 +843,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
843
843
|
});
|
|
844
844
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
845
845
|
minVersion: "14.0.0",
|
|
846
|
-
version: "22.0.0-next.
|
|
846
|
+
version: "22.0.0-next.6",
|
|
847
847
|
type: RequiredValidator,
|
|
848
848
|
isStandalone: false,
|
|
849
849
|
selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",
|
|
@@ -862,7 +862,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
862
862
|
}
|
|
863
863
|
i0.ɵɵngDeclareClassMetadata({
|
|
864
864
|
minVersion: "12.0.0",
|
|
865
|
-
version: "22.0.0-next.
|
|
865
|
+
version: "22.0.0-next.6",
|
|
866
866
|
ngImport: i0,
|
|
867
867
|
type: RequiredValidator,
|
|
868
868
|
decorators: [{
|
|
@@ -886,7 +886,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
886
886
|
createValidator = input => requiredTrueValidator;
|
|
887
887
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
888
888
|
minVersion: "12.0.0",
|
|
889
|
-
version: "22.0.0-next.
|
|
889
|
+
version: "22.0.0-next.6",
|
|
890
890
|
ngImport: i0,
|
|
891
891
|
type: CheckboxRequiredValidator,
|
|
892
892
|
deps: null,
|
|
@@ -894,7 +894,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
894
894
|
});
|
|
895
895
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
896
896
|
minVersion: "14.0.0",
|
|
897
|
-
version: "22.0.0-next.
|
|
897
|
+
version: "22.0.0-next.6",
|
|
898
898
|
type: CheckboxRequiredValidator,
|
|
899
899
|
isStandalone: false,
|
|
900
900
|
selector: "input[type=checkbox][required][formControlName],input[type=checkbox][required][formControl],input[type=checkbox][required][ngModel]",
|
|
@@ -910,7 +910,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
910
910
|
}
|
|
911
911
|
i0.ɵɵngDeclareClassMetadata({
|
|
912
912
|
minVersion: "12.0.0",
|
|
913
|
-
version: "22.0.0-next.
|
|
913
|
+
version: "22.0.0-next.6",
|
|
914
914
|
ngImport: i0,
|
|
915
915
|
type: CheckboxRequiredValidator,
|
|
916
916
|
decorators: [{
|
|
@@ -940,7 +940,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
940
940
|
}
|
|
941
941
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
942
942
|
minVersion: "12.0.0",
|
|
943
|
-
version: "22.0.0-next.
|
|
943
|
+
version: "22.0.0-next.6",
|
|
944
944
|
ngImport: i0,
|
|
945
945
|
type: EmailValidator,
|
|
946
946
|
deps: null,
|
|
@@ -948,7 +948,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
948
948
|
});
|
|
949
949
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
950
950
|
minVersion: "14.0.0",
|
|
951
|
-
version: "22.0.0-next.
|
|
951
|
+
version: "22.0.0-next.6",
|
|
952
952
|
type: EmailValidator,
|
|
953
953
|
isStandalone: false,
|
|
954
954
|
selector: "[email][formControlName],[email][formControl],[email][ngModel]",
|
|
@@ -962,7 +962,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
962
962
|
}
|
|
963
963
|
i0.ɵɵngDeclareClassMetadata({
|
|
964
964
|
minVersion: "12.0.0",
|
|
965
|
-
version: "22.0.0-next.
|
|
965
|
+
version: "22.0.0-next.6",
|
|
966
966
|
ngImport: i0,
|
|
967
967
|
type: EmailValidator,
|
|
968
968
|
decorators: [{
|
|
@@ -991,7 +991,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
991
991
|
createValidator = minlength => minLengthValidator(minlength);
|
|
992
992
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
993
993
|
minVersion: "12.0.0",
|
|
994
|
-
version: "22.0.0-next.
|
|
994
|
+
version: "22.0.0-next.6",
|
|
995
995
|
ngImport: i0,
|
|
996
996
|
type: MinLengthValidator,
|
|
997
997
|
deps: null,
|
|
@@ -999,7 +999,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
999
999
|
});
|
|
1000
1000
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1001
1001
|
minVersion: "14.0.0",
|
|
1002
|
-
version: "22.0.0-next.
|
|
1002
|
+
version: "22.0.0-next.6",
|
|
1003
1003
|
type: MinLengthValidator,
|
|
1004
1004
|
isStandalone: false,
|
|
1005
1005
|
selector: "[minlength][formControlName],[minlength][formControl],[minlength][ngModel]",
|
|
@@ -1018,7 +1018,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
1018
1018
|
}
|
|
1019
1019
|
i0.ɵɵngDeclareClassMetadata({
|
|
1020
1020
|
minVersion: "12.0.0",
|
|
1021
|
-
version: "22.0.0-next.
|
|
1021
|
+
version: "22.0.0-next.6",
|
|
1022
1022
|
ngImport: i0,
|
|
1023
1023
|
type: MinLengthValidator,
|
|
1024
1024
|
decorators: [{
|
|
@@ -1050,7 +1050,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
1050
1050
|
createValidator = maxlength => maxLengthValidator(maxlength);
|
|
1051
1051
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1052
1052
|
minVersion: "12.0.0",
|
|
1053
|
-
version: "22.0.0-next.
|
|
1053
|
+
version: "22.0.0-next.6",
|
|
1054
1054
|
ngImport: i0,
|
|
1055
1055
|
type: MaxLengthValidator,
|
|
1056
1056
|
deps: null,
|
|
@@ -1058,7 +1058,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
1058
1058
|
});
|
|
1059
1059
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1060
1060
|
minVersion: "14.0.0",
|
|
1061
|
-
version: "22.0.0-next.
|
|
1061
|
+
version: "22.0.0-next.6",
|
|
1062
1062
|
type: MaxLengthValidator,
|
|
1063
1063
|
isStandalone: false,
|
|
1064
1064
|
selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]",
|
|
@@ -1077,7 +1077,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
1077
1077
|
}
|
|
1078
1078
|
i0.ɵɵngDeclareClassMetadata({
|
|
1079
1079
|
minVersion: "12.0.0",
|
|
1080
|
-
version: "22.0.0-next.
|
|
1080
|
+
version: "22.0.0-next.6",
|
|
1081
1081
|
ngImport: i0,
|
|
1082
1082
|
type: MaxLengthValidator,
|
|
1083
1083
|
decorators: [{
|
|
@@ -1109,7 +1109,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
1109
1109
|
createValidator = input => patternValidator(input);
|
|
1110
1110
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1111
1111
|
minVersion: "12.0.0",
|
|
1112
|
-
version: "22.0.0-next.
|
|
1112
|
+
version: "22.0.0-next.6",
|
|
1113
1113
|
ngImport: i0,
|
|
1114
1114
|
type: PatternValidator,
|
|
1115
1115
|
deps: null,
|
|
@@ -1117,7 +1117,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
1117
1117
|
});
|
|
1118
1118
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1119
1119
|
minVersion: "14.0.0",
|
|
1120
|
-
version: "22.0.0-next.
|
|
1120
|
+
version: "22.0.0-next.6",
|
|
1121
1121
|
type: PatternValidator,
|
|
1122
1122
|
isStandalone: false,
|
|
1123
1123
|
selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]",
|
|
@@ -1136,7 +1136,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
1136
1136
|
}
|
|
1137
1137
|
i0.ɵɵngDeclareClassMetadata({
|
|
1138
1138
|
minVersion: "12.0.0",
|
|
1139
|
-
version: "22.0.0-next.
|
|
1139
|
+
version: "22.0.0-next.6",
|
|
1140
1140
|
ngImport: i0,
|
|
1141
1141
|
type: PatternValidator,
|
|
1142
1142
|
decorators: [{
|
|
@@ -1207,7 +1207,7 @@ const ngModelWithFormGroupExample = `
|
|
|
1207
1207
|
</div>
|
|
1208
1208
|
`;
|
|
1209
1209
|
|
|
1210
|
-
const VERSION = /* @__PURE__ */new Version('22.0.0-next.
|
|
1210
|
+
const VERSION = /* @__PURE__ */new Version('22.0.0-next.6');
|
|
1211
1211
|
|
|
1212
1212
|
function controlParentException(nameOrIndex) {
|
|
1213
1213
|
return new _RuntimeError(1050, `formControlName must be used with a parent formGroup or formArray directive. You'll want to add a formGroup/formArray
|
|
@@ -1753,7 +1753,7 @@ class NgControlStatus extends AbstractControlStatus {
|
|
|
1753
1753
|
}
|
|
1754
1754
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1755
1755
|
minVersion: "12.0.0",
|
|
1756
|
-
version: "22.0.0-next.
|
|
1756
|
+
version: "22.0.0-next.6",
|
|
1757
1757
|
ngImport: i0,
|
|
1758
1758
|
type: NgControlStatus,
|
|
1759
1759
|
deps: [{
|
|
@@ -1764,7 +1764,7 @@ class NgControlStatus extends AbstractControlStatus {
|
|
|
1764
1764
|
});
|
|
1765
1765
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1766
1766
|
minVersion: "14.0.0",
|
|
1767
|
-
version: "22.0.0-next.
|
|
1767
|
+
version: "22.0.0-next.6",
|
|
1768
1768
|
type: NgControlStatus,
|
|
1769
1769
|
isStandalone: false,
|
|
1770
1770
|
selector: "[formControlName],[ngModel],[formControl]",
|
|
@@ -1785,7 +1785,7 @@ class NgControlStatus extends AbstractControlStatus {
|
|
|
1785
1785
|
}
|
|
1786
1786
|
i0.ɵɵngDeclareClassMetadata({
|
|
1787
1787
|
minVersion: "12.0.0",
|
|
1788
|
-
version: "22.0.0-next.
|
|
1788
|
+
version: "22.0.0-next.6",
|
|
1789
1789
|
ngImport: i0,
|
|
1790
1790
|
type: NgControlStatus,
|
|
1791
1791
|
decorators: [{
|
|
@@ -1809,7 +1809,7 @@ class NgControlStatusGroup extends AbstractControlStatus {
|
|
|
1809
1809
|
}
|
|
1810
1810
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1811
1811
|
minVersion: "12.0.0",
|
|
1812
|
-
version: "22.0.0-next.
|
|
1812
|
+
version: "22.0.0-next.6",
|
|
1813
1813
|
ngImport: i0,
|
|
1814
1814
|
type: NgControlStatusGroup,
|
|
1815
1815
|
deps: [{
|
|
@@ -1821,7 +1821,7 @@ class NgControlStatusGroup extends AbstractControlStatus {
|
|
|
1821
1821
|
});
|
|
1822
1822
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1823
1823
|
minVersion: "14.0.0",
|
|
1824
|
-
version: "22.0.0-next.
|
|
1824
|
+
version: "22.0.0-next.6",
|
|
1825
1825
|
type: NgControlStatusGroup,
|
|
1826
1826
|
isStandalone: false,
|
|
1827
1827
|
selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]",
|
|
@@ -1843,7 +1843,7 @@ class NgControlStatusGroup extends AbstractControlStatus {
|
|
|
1843
1843
|
}
|
|
1844
1844
|
i0.ɵɵngDeclareClassMetadata({
|
|
1845
1845
|
minVersion: "12.0.0",
|
|
1846
|
-
version: "22.0.0-next.
|
|
1846
|
+
version: "22.0.0-next.6",
|
|
1847
1847
|
ngImport: i0,
|
|
1848
1848
|
type: NgControlStatusGroup,
|
|
1849
1849
|
decorators: [{
|
|
@@ -2014,7 +2014,7 @@ class AbstractControl {
|
|
|
2014
2014
|
return this.status === INVALID;
|
|
2015
2015
|
}
|
|
2016
2016
|
get pending() {
|
|
2017
|
-
return this.status
|
|
2017
|
+
return this.status === PENDING;
|
|
2018
2018
|
}
|
|
2019
2019
|
get disabled() {
|
|
2020
2020
|
return this.status === DISABLED;
|
|
@@ -2693,7 +2693,7 @@ class NgForm extends ControlContainer {
|
|
|
2693
2693
|
}
|
|
2694
2694
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2695
2695
|
minVersion: "12.0.0",
|
|
2696
|
-
version: "22.0.0-next.
|
|
2696
|
+
version: "22.0.0-next.6",
|
|
2697
2697
|
ngImport: i0,
|
|
2698
2698
|
type: NgForm,
|
|
2699
2699
|
deps: [{
|
|
@@ -2712,7 +2712,7 @@ class NgForm extends ControlContainer {
|
|
|
2712
2712
|
});
|
|
2713
2713
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2714
2714
|
minVersion: "14.0.0",
|
|
2715
|
-
version: "22.0.0-next.
|
|
2715
|
+
version: "22.0.0-next.6",
|
|
2716
2716
|
type: NgForm,
|
|
2717
2717
|
isStandalone: false,
|
|
2718
2718
|
selector: "form:not([ngNoForm]):not([formGroup]):not([formArray]),ng-form,[ngForm]",
|
|
@@ -2736,7 +2736,7 @@ class NgForm extends ControlContainer {
|
|
|
2736
2736
|
}
|
|
2737
2737
|
i0.ɵɵngDeclareClassMetadata({
|
|
2738
2738
|
minVersion: "12.0.0",
|
|
2739
|
-
version: "22.0.0-next.
|
|
2739
|
+
version: "22.0.0-next.6",
|
|
2740
2740
|
ngImport: i0,
|
|
2741
2741
|
type: NgForm,
|
|
2742
2742
|
decorators: [{
|
|
@@ -2918,7 +2918,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2918
2918
|
_checkParentType() {}
|
|
2919
2919
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2920
2920
|
minVersion: "12.0.0",
|
|
2921
|
-
version: "22.0.0-next.
|
|
2921
|
+
version: "22.0.0-next.6",
|
|
2922
2922
|
ngImport: i0,
|
|
2923
2923
|
type: AbstractFormGroupDirective,
|
|
2924
2924
|
deps: null,
|
|
@@ -2926,7 +2926,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2926
2926
|
});
|
|
2927
2927
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2928
2928
|
minVersion: "14.0.0",
|
|
2929
|
-
version: "22.0.0-next.
|
|
2929
|
+
version: "22.0.0-next.6",
|
|
2930
2930
|
type: AbstractFormGroupDirective,
|
|
2931
2931
|
isStandalone: false,
|
|
2932
2932
|
usesInheritance: true,
|
|
@@ -2935,7 +2935,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2935
2935
|
}
|
|
2936
2936
|
i0.ɵɵngDeclareClassMetadata({
|
|
2937
2937
|
minVersion: "12.0.0",
|
|
2938
|
-
version: "22.0.0-next.
|
|
2938
|
+
version: "22.0.0-next.6",
|
|
2939
2939
|
ngImport: i0,
|
|
2940
2940
|
type: AbstractFormGroupDirective,
|
|
2941
2941
|
decorators: [{
|
|
@@ -3010,7 +3010,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
3010
3010
|
}
|
|
3011
3011
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3012
3012
|
minVersion: "12.0.0",
|
|
3013
|
-
version: "22.0.0-next.
|
|
3013
|
+
version: "22.0.0-next.6",
|
|
3014
3014
|
ngImport: i0,
|
|
3015
3015
|
type: NgModelGroup,
|
|
3016
3016
|
deps: [{
|
|
@@ -3030,7 +3030,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
3030
3030
|
});
|
|
3031
3031
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3032
3032
|
minVersion: "14.0.0",
|
|
3033
|
-
version: "22.0.0-next.
|
|
3033
|
+
version: "22.0.0-next.6",
|
|
3034
3034
|
type: NgModelGroup,
|
|
3035
3035
|
isStandalone: false,
|
|
3036
3036
|
selector: "[ngModelGroup]",
|
|
@@ -3045,7 +3045,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
3045
3045
|
}
|
|
3046
3046
|
i0.ɵɵngDeclareClassMetadata({
|
|
3047
3047
|
minVersion: "12.0.0",
|
|
3048
|
-
version: "22.0.0-next.
|
|
3048
|
+
version: "22.0.0-next.6",
|
|
3049
3049
|
ngImport: i0,
|
|
3050
3050
|
type: NgModelGroup,
|
|
3051
3051
|
decorators: [{
|
|
@@ -3232,7 +3232,7 @@ class NgModel extends NgControl {
|
|
|
3232
3232
|
}
|
|
3233
3233
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3234
3234
|
minVersion: "12.0.0",
|
|
3235
|
-
version: "22.0.0-next.
|
|
3235
|
+
version: "22.0.0-next.6",
|
|
3236
3236
|
ngImport: i0,
|
|
3237
3237
|
type: NgModel,
|
|
3238
3238
|
deps: [{
|
|
@@ -3268,7 +3268,7 @@ class NgModel extends NgControl {
|
|
|
3268
3268
|
});
|
|
3269
3269
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3270
3270
|
minVersion: "14.0.0",
|
|
3271
|
-
version: "22.0.0-next.
|
|
3271
|
+
version: "22.0.0-next.6",
|
|
3272
3272
|
type: NgModel,
|
|
3273
3273
|
isStandalone: false,
|
|
3274
3274
|
selector: "[ngModel]:not([formControlName]):not([formControl])",
|
|
@@ -3293,7 +3293,7 @@ class NgModel extends NgControl {
|
|
|
3293
3293
|
}
|
|
3294
3294
|
i0.ɵɵngDeclareClassMetadata({
|
|
3295
3295
|
minVersion: "12.0.0",
|
|
3296
|
-
version: "22.0.0-next.
|
|
3296
|
+
version: "22.0.0-next.6",
|
|
3297
3297
|
ngImport: i0,
|
|
3298
3298
|
type: NgModel,
|
|
3299
3299
|
decorators: [{
|
|
@@ -3402,7 +3402,7 @@ function checkParentType$1(parent) {
|
|
|
3402
3402
|
class ɵNgNoValidate {
|
|
3403
3403
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3404
3404
|
minVersion: "12.0.0",
|
|
3405
|
-
version: "22.0.0-next.
|
|
3405
|
+
version: "22.0.0-next.6",
|
|
3406
3406
|
ngImport: i0,
|
|
3407
3407
|
type: ɵNgNoValidate,
|
|
3408
3408
|
deps: [],
|
|
@@ -3410,7 +3410,7 @@ class ɵNgNoValidate {
|
|
|
3410
3410
|
});
|
|
3411
3411
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3412
3412
|
minVersion: "14.0.0",
|
|
3413
|
-
version: "22.0.0-next.
|
|
3413
|
+
version: "22.0.0-next.6",
|
|
3414
3414
|
type: ɵNgNoValidate,
|
|
3415
3415
|
isStandalone: false,
|
|
3416
3416
|
selector: "form:not([ngNoForm]):not([ngNativeValidate])",
|
|
@@ -3424,7 +3424,7 @@ class ɵNgNoValidate {
|
|
|
3424
3424
|
}
|
|
3425
3425
|
i0.ɵɵngDeclareClassMetadata({
|
|
3426
3426
|
minVersion: "12.0.0",
|
|
3427
|
-
version: "22.0.0-next.
|
|
3427
|
+
version: "22.0.0-next.6",
|
|
3428
3428
|
ngImport: i0,
|
|
3429
3429
|
type: ɵNgNoValidate,
|
|
3430
3430
|
decorators: [{
|
|
@@ -3456,7 +3456,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
3456
3456
|
}
|
|
3457
3457
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3458
3458
|
minVersion: "12.0.0",
|
|
3459
|
-
version: "22.0.0-next.
|
|
3459
|
+
version: "22.0.0-next.6",
|
|
3460
3460
|
ngImport: i0,
|
|
3461
3461
|
type: NumberValueAccessor,
|
|
3462
3462
|
deps: null,
|
|
@@ -3464,7 +3464,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
3464
3464
|
});
|
|
3465
3465
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3466
3466
|
minVersion: "14.0.0",
|
|
3467
|
-
version: "22.0.0-next.
|
|
3467
|
+
version: "22.0.0-next.6",
|
|
3468
3468
|
type: NumberValueAccessor,
|
|
3469
3469
|
isStandalone: false,
|
|
3470
3470
|
selector: "input[type=number]:not([ngNoCva])[formControlName],input[type=number]:not([ngNoCva])[formControl],input[type=number]:not([ngNoCva])[ngModel]",
|
|
@@ -3481,7 +3481,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
3481
3481
|
}
|
|
3482
3482
|
i0.ɵɵngDeclareClassMetadata({
|
|
3483
3483
|
minVersion: "12.0.0",
|
|
3484
|
-
version: "22.0.0-next.
|
|
3484
|
+
version: "22.0.0-next.6",
|
|
3485
3485
|
ngImport: i0,
|
|
3486
3486
|
type: NumberValueAccessor,
|
|
3487
3487
|
decorators: [{
|
|
@@ -3535,7 +3535,7 @@ class RadioControlRegistry {
|
|
|
3535
3535
|
}
|
|
3536
3536
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3537
3537
|
minVersion: "12.0.0",
|
|
3538
|
-
version: "22.0.0-next.
|
|
3538
|
+
version: "22.0.0-next.6",
|
|
3539
3539
|
ngImport: i0,
|
|
3540
3540
|
type: RadioControlRegistry,
|
|
3541
3541
|
deps: [],
|
|
@@ -3543,7 +3543,7 @@ class RadioControlRegistry {
|
|
|
3543
3543
|
});
|
|
3544
3544
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
3545
3545
|
minVersion: "12.0.0",
|
|
3546
|
-
version: "22.0.0-next.
|
|
3546
|
+
version: "22.0.0-next.6",
|
|
3547
3547
|
ngImport: i0,
|
|
3548
3548
|
type: RadioControlRegistry,
|
|
3549
3549
|
providedIn: 'root'
|
|
@@ -3551,7 +3551,7 @@ class RadioControlRegistry {
|
|
|
3551
3551
|
}
|
|
3552
3552
|
i0.ɵɵngDeclareClassMetadata({
|
|
3553
3553
|
minVersion: "12.0.0",
|
|
3554
|
-
version: "22.0.0-next.
|
|
3554
|
+
version: "22.0.0-next.6",
|
|
3555
3555
|
ngImport: i0,
|
|
3556
3556
|
type: RadioControlRegistry,
|
|
3557
3557
|
decorators: [{
|
|
@@ -3616,7 +3616,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
3616
3616
|
}
|
|
3617
3617
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3618
3618
|
minVersion: "12.0.0",
|
|
3619
|
-
version: "22.0.0-next.
|
|
3619
|
+
version: "22.0.0-next.6",
|
|
3620
3620
|
ngImport: i0,
|
|
3621
3621
|
type: RadioControlValueAccessor,
|
|
3622
3622
|
deps: [{
|
|
@@ -3632,7 +3632,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
3632
3632
|
});
|
|
3633
3633
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3634
3634
|
minVersion: "14.0.0",
|
|
3635
|
-
version: "22.0.0-next.
|
|
3635
|
+
version: "22.0.0-next.6",
|
|
3636
3636
|
type: RadioControlValueAccessor,
|
|
3637
3637
|
isStandalone: false,
|
|
3638
3638
|
selector: "input[type=radio]:not([ngNoCva])[formControlName],input[type=radio]:not([ngNoCva])[formControl],input[type=radio]:not([ngNoCva])[ngModel]",
|
|
@@ -3654,7 +3654,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
3654
3654
|
}
|
|
3655
3655
|
i0.ɵɵngDeclareClassMetadata({
|
|
3656
3656
|
minVersion: "12.0.0",
|
|
3657
|
-
version: "22.0.0-next.
|
|
3657
|
+
version: "22.0.0-next.6",
|
|
3658
3658
|
ngImport: i0,
|
|
3659
3659
|
type: RadioControlValueAccessor,
|
|
3660
3660
|
decorators: [{
|
|
@@ -3707,7 +3707,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
3707
3707
|
}
|
|
3708
3708
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3709
3709
|
minVersion: "12.0.0",
|
|
3710
|
-
version: "22.0.0-next.
|
|
3710
|
+
version: "22.0.0-next.6",
|
|
3711
3711
|
ngImport: i0,
|
|
3712
3712
|
type: RangeValueAccessor,
|
|
3713
3713
|
deps: null,
|
|
@@ -3715,7 +3715,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
3715
3715
|
});
|
|
3716
3716
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3717
3717
|
minVersion: "14.0.0",
|
|
3718
|
-
version: "22.0.0-next.
|
|
3718
|
+
version: "22.0.0-next.6",
|
|
3719
3719
|
type: RangeValueAccessor,
|
|
3720
3720
|
isStandalone: false,
|
|
3721
3721
|
selector: "input[type=range]:not([ngNoCva])[formControlName],input[type=range]:not([ngNoCva])[formControl],input[type=range]:not([ngNoCva])[ngModel]",
|
|
@@ -3733,7 +3733,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
3733
3733
|
}
|
|
3734
3734
|
i0.ɵɵngDeclareClassMetadata({
|
|
3735
3735
|
minVersion: "12.0.0",
|
|
3736
|
-
version: "22.0.0-next.
|
|
3736
|
+
version: "22.0.0-next.6",
|
|
3737
3737
|
ngImport: i0,
|
|
3738
3738
|
type: RangeValueAccessor,
|
|
3739
3739
|
decorators: [{
|
|
@@ -4062,7 +4062,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
4062
4062
|
}
|
|
4063
4063
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4064
4064
|
minVersion: "12.0.0",
|
|
4065
|
-
version: "22.0.0-next.
|
|
4065
|
+
version: "22.0.0-next.6",
|
|
4066
4066
|
ngImport: i0,
|
|
4067
4067
|
type: AbstractFormDirective,
|
|
4068
4068
|
deps: [{
|
|
@@ -4081,7 +4081,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
4081
4081
|
});
|
|
4082
4082
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4083
4083
|
minVersion: "14.0.0",
|
|
4084
|
-
version: "22.0.0-next.
|
|
4084
|
+
version: "22.0.0-next.6",
|
|
4085
4085
|
type: AbstractFormDirective,
|
|
4086
4086
|
isStandalone: true,
|
|
4087
4087
|
usesInheritance: true,
|
|
@@ -4091,7 +4091,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
4091
4091
|
}
|
|
4092
4092
|
i0.ɵɵngDeclareClassMetadata({
|
|
4093
4093
|
minVersion: "12.0.0",
|
|
4094
|
-
version: "22.0.0-next.
|
|
4094
|
+
version: "22.0.0-next.6",
|
|
4095
4095
|
ngImport: i0,
|
|
4096
4096
|
type: AbstractFormDirective,
|
|
4097
4097
|
decorators: [{
|
|
@@ -4140,7 +4140,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
4140
4140
|
}
|
|
4141
4141
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4142
4142
|
minVersion: "12.0.0",
|
|
4143
|
-
version: "22.0.0-next.
|
|
4143
|
+
version: "22.0.0-next.6",
|
|
4144
4144
|
ngImport: i0,
|
|
4145
4145
|
type: FormArrayDirective,
|
|
4146
4146
|
deps: null,
|
|
@@ -4148,7 +4148,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
4148
4148
|
});
|
|
4149
4149
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4150
4150
|
minVersion: "14.0.0",
|
|
4151
|
-
version: "22.0.0-next.
|
|
4151
|
+
version: "22.0.0-next.6",
|
|
4152
4152
|
type: FormArrayDirective,
|
|
4153
4153
|
isStandalone: false,
|
|
4154
4154
|
selector: "[formArray]",
|
|
@@ -4172,7 +4172,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
4172
4172
|
}
|
|
4173
4173
|
i0.ɵɵngDeclareClassMetadata({
|
|
4174
4174
|
minVersion: "12.0.0",
|
|
4175
|
-
version: "22.0.0-next.
|
|
4175
|
+
version: "22.0.0-next.6",
|
|
4176
4176
|
ngImport: i0,
|
|
4177
4177
|
type: FormArrayDirective,
|
|
4178
4178
|
decorators: [{
|
|
@@ -4276,7 +4276,7 @@ class FormControlDirective extends NgControl {
|
|
|
4276
4276
|
}
|
|
4277
4277
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4278
4278
|
minVersion: "12.0.0",
|
|
4279
|
-
version: "22.0.0-next.
|
|
4279
|
+
version: "22.0.0-next.6",
|
|
4280
4280
|
ngImport: i0,
|
|
4281
4281
|
type: FormControlDirective,
|
|
4282
4282
|
deps: [{
|
|
@@ -4308,7 +4308,7 @@ class FormControlDirective extends NgControl {
|
|
|
4308
4308
|
});
|
|
4309
4309
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4310
4310
|
minVersion: "14.0.0",
|
|
4311
|
-
version: "22.0.0-next.
|
|
4311
|
+
version: "22.0.0-next.6",
|
|
4312
4312
|
type: FormControlDirective,
|
|
4313
4313
|
isStandalone: false,
|
|
4314
4314
|
selector: "[formControl]",
|
|
@@ -4332,7 +4332,7 @@ class FormControlDirective extends NgControl {
|
|
|
4332
4332
|
}
|
|
4333
4333
|
i0.ɵɵngDeclareClassMetadata({
|
|
4334
4334
|
minVersion: "12.0.0",
|
|
4335
|
-
version: "22.0.0-next.
|
|
4335
|
+
version: "22.0.0-next.6",
|
|
4336
4336
|
ngImport: i0,
|
|
4337
4337
|
type: FormControlDirective,
|
|
4338
4338
|
decorators: [{
|
|
@@ -4440,7 +4440,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
4440
4440
|
}
|
|
4441
4441
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4442
4442
|
minVersion: "12.0.0",
|
|
4443
|
-
version: "22.0.0-next.
|
|
4443
|
+
version: "22.0.0-next.6",
|
|
4444
4444
|
ngImport: i0,
|
|
4445
4445
|
type: FormGroupName,
|
|
4446
4446
|
deps: [{
|
|
@@ -4461,7 +4461,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
4461
4461
|
});
|
|
4462
4462
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4463
4463
|
minVersion: "14.0.0",
|
|
4464
|
-
version: "22.0.0-next.
|
|
4464
|
+
version: "22.0.0-next.6",
|
|
4465
4465
|
type: FormGroupName,
|
|
4466
4466
|
isStandalone: false,
|
|
4467
4467
|
selector: "[formGroupName]",
|
|
@@ -4475,7 +4475,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
4475
4475
|
}
|
|
4476
4476
|
i0.ɵɵngDeclareClassMetadata({
|
|
4477
4477
|
minVersion: "12.0.0",
|
|
4478
|
-
version: "22.0.0-next.
|
|
4478
|
+
version: "22.0.0-next.6",
|
|
4479
4479
|
ngImport: i0,
|
|
4480
4480
|
type: FormGroupName,
|
|
4481
4481
|
decorators: [{
|
|
@@ -4556,7 +4556,7 @@ class FormArrayName extends ControlContainer {
|
|
|
4556
4556
|
}
|
|
4557
4557
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4558
4558
|
minVersion: "12.0.0",
|
|
4559
|
-
version: "22.0.0-next.
|
|
4559
|
+
version: "22.0.0-next.6",
|
|
4560
4560
|
ngImport: i0,
|
|
4561
4561
|
type: FormArrayName,
|
|
4562
4562
|
deps: [{
|
|
@@ -4577,7 +4577,7 @@ class FormArrayName extends ControlContainer {
|
|
|
4577
4577
|
});
|
|
4578
4578
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4579
4579
|
minVersion: "14.0.0",
|
|
4580
|
-
version: "22.0.0-next.
|
|
4580
|
+
version: "22.0.0-next.6",
|
|
4581
4581
|
type: FormArrayName,
|
|
4582
4582
|
isStandalone: false,
|
|
4583
4583
|
selector: "[formArrayName]",
|
|
@@ -4591,7 +4591,7 @@ class FormArrayName extends ControlContainer {
|
|
|
4591
4591
|
}
|
|
4592
4592
|
i0.ɵɵngDeclareClassMetadata({
|
|
4593
4593
|
minVersion: "12.0.0",
|
|
4594
|
-
version: "22.0.0-next.
|
|
4594
|
+
version: "22.0.0-next.6",
|
|
4595
4595
|
ngImport: i0,
|
|
4596
4596
|
type: FormArrayName,
|
|
4597
4597
|
decorators: [{
|
|
@@ -4720,7 +4720,7 @@ class FormControlName extends NgControl {
|
|
|
4720
4720
|
}
|
|
4721
4721
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4722
4722
|
minVersion: "12.0.0",
|
|
4723
|
-
version: "22.0.0-next.
|
|
4723
|
+
version: "22.0.0-next.6",
|
|
4724
4724
|
ngImport: i0,
|
|
4725
4725
|
type: FormControlName,
|
|
4726
4726
|
deps: [{
|
|
@@ -4754,7 +4754,7 @@ class FormControlName extends NgControl {
|
|
|
4754
4754
|
});
|
|
4755
4755
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4756
4756
|
minVersion: "14.0.0",
|
|
4757
|
-
version: "22.0.0-next.
|
|
4757
|
+
version: "22.0.0-next.6",
|
|
4758
4758
|
type: FormControlName,
|
|
4759
4759
|
isStandalone: false,
|
|
4760
4760
|
selector: "[formControlName]",
|
|
@@ -4777,7 +4777,7 @@ class FormControlName extends NgControl {
|
|
|
4777
4777
|
}
|
|
4778
4778
|
i0.ɵɵngDeclareClassMetadata({
|
|
4779
4779
|
minVersion: "12.0.0",
|
|
4780
|
-
version: "22.0.0-next.
|
|
4780
|
+
version: "22.0.0-next.6",
|
|
4781
4781
|
ngImport: i0,
|
|
4782
4782
|
type: FormControlName,
|
|
4783
4783
|
decorators: [{
|
|
@@ -4885,7 +4885,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4885
4885
|
}
|
|
4886
4886
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4887
4887
|
minVersion: "12.0.0",
|
|
4888
|
-
version: "22.0.0-next.
|
|
4888
|
+
version: "22.0.0-next.6",
|
|
4889
4889
|
ngImport: i0,
|
|
4890
4890
|
type: FormGroupDirective,
|
|
4891
4891
|
deps: null,
|
|
@@ -4893,7 +4893,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4893
4893
|
});
|
|
4894
4894
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4895
4895
|
minVersion: "14.0.0",
|
|
4896
|
-
version: "22.0.0-next.
|
|
4896
|
+
version: "22.0.0-next.6",
|
|
4897
4897
|
type: FormGroupDirective,
|
|
4898
4898
|
isStandalone: false,
|
|
4899
4899
|
selector: "[formGroup]",
|
|
@@ -4917,7 +4917,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4917
4917
|
}
|
|
4918
4918
|
i0.ɵɵngDeclareClassMetadata({
|
|
4919
4919
|
minVersion: "12.0.0",
|
|
4920
|
-
version: "22.0.0-next.
|
|
4920
|
+
version: "22.0.0-next.6",
|
|
4921
4921
|
ngImport: i0,
|
|
4922
4922
|
type: FormGroupDirective,
|
|
4923
4923
|
decorators: [{
|
|
@@ -5017,7 +5017,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
5017
5017
|
}
|
|
5018
5018
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5019
5019
|
minVersion: "12.0.0",
|
|
5020
|
-
version: "22.0.0-next.
|
|
5020
|
+
version: "22.0.0-next.6",
|
|
5021
5021
|
ngImport: i0,
|
|
5022
5022
|
type: SelectControlValueAccessor,
|
|
5023
5023
|
deps: null,
|
|
@@ -5025,7 +5025,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
5025
5025
|
});
|
|
5026
5026
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
5027
5027
|
minVersion: "14.0.0",
|
|
5028
|
-
version: "22.0.0-next.
|
|
5028
|
+
version: "22.0.0-next.6",
|
|
5029
5029
|
type: SelectControlValueAccessor,
|
|
5030
5030
|
isStandalone: false,
|
|
5031
5031
|
selector: "select:not([multiple]):not([ngNoCva])[formControlName],select:not([multiple]):not([ngNoCva])[formControl],select:not([multiple]):not([ngNoCva])[ngModel]",
|
|
@@ -5045,7 +5045,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
5045
5045
|
}
|
|
5046
5046
|
i0.ɵɵngDeclareClassMetadata({
|
|
5047
5047
|
minVersion: "12.0.0",
|
|
5048
|
-
version: "22.0.0-next.
|
|
5048
|
+
version: "22.0.0-next.6",
|
|
5049
5049
|
ngImport: i0,
|
|
5050
5050
|
type: SelectControlValueAccessor,
|
|
5051
5051
|
decorators: [{
|
|
@@ -5096,7 +5096,7 @@ class NgSelectOption {
|
|
|
5096
5096
|
}
|
|
5097
5097
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5098
5098
|
minVersion: "12.0.0",
|
|
5099
|
-
version: "22.0.0-next.
|
|
5099
|
+
version: "22.0.0-next.6",
|
|
5100
5100
|
ngImport: i0,
|
|
5101
5101
|
type: NgSelectOption,
|
|
5102
5102
|
deps: [{
|
|
@@ -5112,7 +5112,7 @@ class NgSelectOption {
|
|
|
5112
5112
|
});
|
|
5113
5113
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
5114
5114
|
minVersion: "14.0.0",
|
|
5115
|
-
version: "22.0.0-next.
|
|
5115
|
+
version: "22.0.0-next.6",
|
|
5116
5116
|
type: NgSelectOption,
|
|
5117
5117
|
isStandalone: false,
|
|
5118
5118
|
selector: "option",
|
|
@@ -5125,7 +5125,7 @@ class NgSelectOption {
|
|
|
5125
5125
|
}
|
|
5126
5126
|
i0.ɵɵngDeclareClassMetadata({
|
|
5127
5127
|
minVersion: "12.0.0",
|
|
5128
|
-
version: "22.0.0-next.
|
|
5128
|
+
version: "22.0.0-next.6",
|
|
5129
5129
|
ngImport: i0,
|
|
5130
5130
|
type: NgSelectOption,
|
|
5131
5131
|
decorators: [{
|
|
@@ -5241,7 +5241,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
5241
5241
|
}
|
|
5242
5242
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5243
5243
|
minVersion: "12.0.0",
|
|
5244
|
-
version: "22.0.0-next.
|
|
5244
|
+
version: "22.0.0-next.6",
|
|
5245
5245
|
ngImport: i0,
|
|
5246
5246
|
type: SelectMultipleControlValueAccessor,
|
|
5247
5247
|
deps: null,
|
|
@@ -5249,7 +5249,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
5249
5249
|
});
|
|
5250
5250
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
5251
5251
|
minVersion: "14.0.0",
|
|
5252
|
-
version: "22.0.0-next.
|
|
5252
|
+
version: "22.0.0-next.6",
|
|
5253
5253
|
type: SelectMultipleControlValueAccessor,
|
|
5254
5254
|
isStandalone: false,
|
|
5255
5255
|
selector: "select[multiple]:not([ngNoCva])[formControlName],select[multiple]:not([ngNoCva])[formControl],select[multiple]:not([ngNoCva])[ngModel]",
|
|
@@ -5269,7 +5269,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
5269
5269
|
}
|
|
5270
5270
|
i0.ɵɵngDeclareClassMetadata({
|
|
5271
5271
|
minVersion: "12.0.0",
|
|
5272
|
-
version: "22.0.0-next.
|
|
5272
|
+
version: "22.0.0-next.6",
|
|
5273
5273
|
ngImport: i0,
|
|
5274
5274
|
type: SelectMultipleControlValueAccessor,
|
|
5275
5275
|
decorators: [{
|
|
@@ -5333,7 +5333,7 @@ class ɵNgSelectMultipleOption {
|
|
|
5333
5333
|
}
|
|
5334
5334
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5335
5335
|
minVersion: "12.0.0",
|
|
5336
|
-
version: "22.0.0-next.
|
|
5336
|
+
version: "22.0.0-next.6",
|
|
5337
5337
|
ngImport: i0,
|
|
5338
5338
|
type: ɵNgSelectMultipleOption,
|
|
5339
5339
|
deps: [{
|
|
@@ -5349,7 +5349,7 @@ class ɵNgSelectMultipleOption {
|
|
|
5349
5349
|
});
|
|
5350
5350
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
5351
5351
|
minVersion: "14.0.0",
|
|
5352
|
-
version: "22.0.0-next.
|
|
5352
|
+
version: "22.0.0-next.6",
|
|
5353
5353
|
type: ɵNgSelectMultipleOption,
|
|
5354
5354
|
isStandalone: false,
|
|
5355
5355
|
selector: "option",
|
|
@@ -5362,7 +5362,7 @@ class ɵNgSelectMultipleOption {
|
|
|
5362
5362
|
}
|
|
5363
5363
|
i0.ɵɵngDeclareClassMetadata({
|
|
5364
5364
|
minVersion: "12.0.0",
|
|
5365
|
-
version: "22.0.0-next.
|
|
5365
|
+
version: "22.0.0-next.6",
|
|
5366
5366
|
ngImport: i0,
|
|
5367
5367
|
type: ɵNgSelectMultipleOption,
|
|
5368
5368
|
decorators: [{
|
|
@@ -5402,7 +5402,7 @@ const REACTIVE_DRIVEN_DIRECTIVES = [FormControlDirective, FormGroupDirective, Fo
|
|
|
5402
5402
|
class ɵInternalFormsSharedModule {
|
|
5403
5403
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5404
5404
|
minVersion: "12.0.0",
|
|
5405
|
-
version: "22.0.0-next.
|
|
5405
|
+
version: "22.0.0-next.6",
|
|
5406
5406
|
ngImport: i0,
|
|
5407
5407
|
type: ɵInternalFormsSharedModule,
|
|
5408
5408
|
deps: [],
|
|
@@ -5410,7 +5410,7 @@ class ɵInternalFormsSharedModule {
|
|
|
5410
5410
|
});
|
|
5411
5411
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5412
5412
|
minVersion: "14.0.0",
|
|
5413
|
-
version: "22.0.0-next.
|
|
5413
|
+
version: "22.0.0-next.6",
|
|
5414
5414
|
ngImport: i0,
|
|
5415
5415
|
type: ɵInternalFormsSharedModule,
|
|
5416
5416
|
declarations: [ɵNgNoValidate, NgSelectOption, ɵNgSelectMultipleOption, DefaultValueAccessor, NumberValueAccessor, RangeValueAccessor, CheckboxControlValueAccessor, SelectControlValueAccessor, SelectMultipleControlValueAccessor, RadioControlValueAccessor, NgControlStatus, NgControlStatusGroup, RequiredValidator, MinLengthValidator, MaxLengthValidator, PatternValidator, CheckboxRequiredValidator, EmailValidator, MinValidator, MaxValidator],
|
|
@@ -5418,14 +5418,14 @@ class ɵInternalFormsSharedModule {
|
|
|
5418
5418
|
});
|
|
5419
5419
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5420
5420
|
minVersion: "12.0.0",
|
|
5421
|
-
version: "22.0.0-next.
|
|
5421
|
+
version: "22.0.0-next.6",
|
|
5422
5422
|
ngImport: i0,
|
|
5423
5423
|
type: ɵInternalFormsSharedModule
|
|
5424
5424
|
});
|
|
5425
5425
|
}
|
|
5426
5426
|
i0.ɵɵngDeclareClassMetadata({
|
|
5427
5427
|
minVersion: "12.0.0",
|
|
5428
|
-
version: "22.0.0-next.
|
|
5428
|
+
version: "22.0.0-next.6",
|
|
5429
5429
|
ngImport: i0,
|
|
5430
5430
|
type: ɵInternalFormsSharedModule,
|
|
5431
5431
|
decorators: [{
|
|
@@ -5505,7 +5505,7 @@ class FormBuilder {
|
|
|
5505
5505
|
}
|
|
5506
5506
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5507
5507
|
minVersion: "12.0.0",
|
|
5508
|
-
version: "22.0.0-next.
|
|
5508
|
+
version: "22.0.0-next.6",
|
|
5509
5509
|
ngImport: i0,
|
|
5510
5510
|
type: FormBuilder,
|
|
5511
5511
|
deps: [],
|
|
@@ -5513,7 +5513,7 @@ class FormBuilder {
|
|
|
5513
5513
|
});
|
|
5514
5514
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5515
5515
|
minVersion: "12.0.0",
|
|
5516
|
-
version: "22.0.0-next.
|
|
5516
|
+
version: "22.0.0-next.6",
|
|
5517
5517
|
ngImport: i0,
|
|
5518
5518
|
type: FormBuilder,
|
|
5519
5519
|
providedIn: 'root'
|
|
@@ -5521,7 +5521,7 @@ class FormBuilder {
|
|
|
5521
5521
|
}
|
|
5522
5522
|
i0.ɵɵngDeclareClassMetadata({
|
|
5523
5523
|
minVersion: "12.0.0",
|
|
5524
|
-
version: "22.0.0-next.
|
|
5524
|
+
version: "22.0.0-next.6",
|
|
5525
5525
|
ngImport: i0,
|
|
5526
5526
|
type: FormBuilder,
|
|
5527
5527
|
decorators: [{
|
|
@@ -5534,7 +5534,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
5534
5534
|
class NonNullableFormBuilder {
|
|
5535
5535
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5536
5536
|
minVersion: "12.0.0",
|
|
5537
|
-
version: "22.0.0-next.
|
|
5537
|
+
version: "22.0.0-next.6",
|
|
5538
5538
|
ngImport: i0,
|
|
5539
5539
|
type: NonNullableFormBuilder,
|
|
5540
5540
|
deps: [],
|
|
@@ -5542,7 +5542,7 @@ class NonNullableFormBuilder {
|
|
|
5542
5542
|
});
|
|
5543
5543
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5544
5544
|
minVersion: "12.0.0",
|
|
5545
|
-
version: "22.0.0-next.
|
|
5545
|
+
version: "22.0.0-next.6",
|
|
5546
5546
|
ngImport: i0,
|
|
5547
5547
|
type: NonNullableFormBuilder,
|
|
5548
5548
|
providedIn: 'root',
|
|
@@ -5551,7 +5551,7 @@ class NonNullableFormBuilder {
|
|
|
5551
5551
|
}
|
|
5552
5552
|
i0.ɵɵngDeclareClassMetadata({
|
|
5553
5553
|
minVersion: "12.0.0",
|
|
5554
|
-
version: "22.0.0-next.
|
|
5554
|
+
version: "22.0.0-next.6",
|
|
5555
5555
|
ngImport: i0,
|
|
5556
5556
|
type: NonNullableFormBuilder,
|
|
5557
5557
|
decorators: [{
|
|
@@ -5574,7 +5574,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5574
5574
|
}
|
|
5575
5575
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5576
5576
|
minVersion: "12.0.0",
|
|
5577
|
-
version: "22.0.0-next.
|
|
5577
|
+
version: "22.0.0-next.6",
|
|
5578
5578
|
ngImport: i0,
|
|
5579
5579
|
type: UntypedFormBuilder,
|
|
5580
5580
|
deps: null,
|
|
@@ -5582,7 +5582,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5582
5582
|
});
|
|
5583
5583
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5584
5584
|
minVersion: "12.0.0",
|
|
5585
|
-
version: "22.0.0-next.
|
|
5585
|
+
version: "22.0.0-next.6",
|
|
5586
5586
|
ngImport: i0,
|
|
5587
5587
|
type: UntypedFormBuilder,
|
|
5588
5588
|
providedIn: 'root'
|
|
@@ -5590,7 +5590,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5590
5590
|
}
|
|
5591
5591
|
i0.ɵɵngDeclareClassMetadata({
|
|
5592
5592
|
minVersion: "12.0.0",
|
|
5593
|
-
version: "22.0.0-next.
|
|
5593
|
+
version: "22.0.0-next.6",
|
|
5594
5594
|
ngImport: i0,
|
|
5595
5595
|
type: UntypedFormBuilder,
|
|
5596
5596
|
decorators: [{
|
|
@@ -5613,7 +5613,7 @@ class FormsModule {
|
|
|
5613
5613
|
}
|
|
5614
5614
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5615
5615
|
minVersion: "12.0.0",
|
|
5616
|
-
version: "22.0.0-next.
|
|
5616
|
+
version: "22.0.0-next.6",
|
|
5617
5617
|
ngImport: i0,
|
|
5618
5618
|
type: FormsModule,
|
|
5619
5619
|
deps: [],
|
|
@@ -5621,7 +5621,7 @@ class FormsModule {
|
|
|
5621
5621
|
});
|
|
5622
5622
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5623
5623
|
minVersion: "14.0.0",
|
|
5624
|
-
version: "22.0.0-next.
|
|
5624
|
+
version: "22.0.0-next.6",
|
|
5625
5625
|
ngImport: i0,
|
|
5626
5626
|
type: FormsModule,
|
|
5627
5627
|
declarations: [NgModel, NgModelGroup, NgForm],
|
|
@@ -5629,7 +5629,7 @@ class FormsModule {
|
|
|
5629
5629
|
});
|
|
5630
5630
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5631
5631
|
minVersion: "12.0.0",
|
|
5632
|
-
version: "22.0.0-next.
|
|
5632
|
+
version: "22.0.0-next.6",
|
|
5633
5633
|
ngImport: i0,
|
|
5634
5634
|
type: FormsModule,
|
|
5635
5635
|
imports: [ɵInternalFormsSharedModule]
|
|
@@ -5637,7 +5637,7 @@ class FormsModule {
|
|
|
5637
5637
|
}
|
|
5638
5638
|
i0.ɵɵngDeclareClassMetadata({
|
|
5639
5639
|
minVersion: "12.0.0",
|
|
5640
|
-
version: "22.0.0-next.
|
|
5640
|
+
version: "22.0.0-next.6",
|
|
5641
5641
|
ngImport: i0,
|
|
5642
5642
|
type: FormsModule,
|
|
5643
5643
|
decorators: [{
|
|
@@ -5663,7 +5663,7 @@ class ReactiveFormsModule {
|
|
|
5663
5663
|
}
|
|
5664
5664
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5665
5665
|
minVersion: "12.0.0",
|
|
5666
|
-
version: "22.0.0-next.
|
|
5666
|
+
version: "22.0.0-next.6",
|
|
5667
5667
|
ngImport: i0,
|
|
5668
5668
|
type: ReactiveFormsModule,
|
|
5669
5669
|
deps: [],
|
|
@@ -5671,7 +5671,7 @@ class ReactiveFormsModule {
|
|
|
5671
5671
|
});
|
|
5672
5672
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5673
5673
|
minVersion: "14.0.0",
|
|
5674
|
-
version: "22.0.0-next.
|
|
5674
|
+
version: "22.0.0-next.6",
|
|
5675
5675
|
ngImport: i0,
|
|
5676
5676
|
type: ReactiveFormsModule,
|
|
5677
5677
|
declarations: [FormControlDirective, FormGroupDirective, FormArrayDirective, FormControlName, FormGroupName, FormArrayName],
|
|
@@ -5679,7 +5679,7 @@ class ReactiveFormsModule {
|
|
|
5679
5679
|
});
|
|
5680
5680
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5681
5681
|
minVersion: "12.0.0",
|
|
5682
|
-
version: "22.0.0-next.
|
|
5682
|
+
version: "22.0.0-next.6",
|
|
5683
5683
|
ngImport: i0,
|
|
5684
5684
|
type: ReactiveFormsModule,
|
|
5685
5685
|
imports: [ɵInternalFormsSharedModule]
|
|
@@ -5687,7 +5687,7 @@ class ReactiveFormsModule {
|
|
|
5687
5687
|
}
|
|
5688
5688
|
i0.ɵɵngDeclareClassMetadata({
|
|
5689
5689
|
minVersion: "12.0.0",
|
|
5690
|
-
version: "22.0.0-next.
|
|
5690
|
+
version: "22.0.0-next.6",
|
|
5691
5691
|
ngImport: i0,
|
|
5692
5692
|
type: ReactiveFormsModule,
|
|
5693
5693
|
decorators: [{
|