@angular/forms 21.1.0-next.3 → 21.1.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/fesm2022/_structure-chunk.mjs +34 -34
- package/fesm2022/_structure-chunk.mjs.map +1 -1
- package/fesm2022/forms.mjs +133 -132
- package/fesm2022/forms.mjs.map +1 -1
- package/fesm2022/signals-compat.mjs +26 -12
- package/fesm2022/signals-compat.mjs.map +1 -1
- package/fesm2022/signals.mjs +159 -78
- package/fesm2022/signals.mjs.map +1 -1
- package/package.json +12 -6
- package/resources/code-examples.db +0 -0
- package/types/_structure-chunk.d.ts +129 -73
- package/types/forms.d.ts +26 -9
- package/types/signals-compat.d.ts +3 -3
- package/types/signals.d.ts +155 -145
package/fesm2022/forms.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.1.0-
|
|
3
|
-
* (c) 2010-
|
|
2
|
+
* @license Angular v21.1.0-rc.0
|
|
3
|
+
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import * as i0 from '@angular/core';
|
|
8
|
-
import { Directive, InjectionToken, forwardRef, Optional, Inject, ɵisPromise as _isPromise, ɵisSubscribable as _isSubscribable, ɵRuntimeError as _RuntimeError, Self, untracked, computed, signal, EventEmitter, Input, Host, SkipSelf, booleanAttribute, ChangeDetectorRef, Output, Injectable, inject, ApplicationRef, DestroyRef, afterNextRender, NgModule
|
|
8
|
+
import { Directive, InjectionToken, forwardRef, Optional, Inject, ɵisPromise as _isPromise, ɵisSubscribable as _isSubscribable, ɵRuntimeError as _RuntimeError, Self, Version, untracked, computed, signal, EventEmitter, Input, Host, SkipSelf, booleanAttribute, ChangeDetectorRef, Output, Injectable, inject, ApplicationRef, DestroyRef, afterNextRender, NgModule } from '@angular/core';
|
|
9
9
|
import { ɵgetDOM as _getDOM } from '@angular/common';
|
|
10
10
|
import { forkJoin, from, Subject } from 'rxjs';
|
|
11
11
|
import { map } from 'rxjs/operators';
|
|
@@ -33,7 +33,7 @@ class BaseControlValueAccessor {
|
|
|
33
33
|
}
|
|
34
34
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
35
35
|
minVersion: "12.0.0",
|
|
36
|
-
version: "21.1.0-
|
|
36
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
48
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
56
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
71
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
79
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
88
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
108
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
116
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
133
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
188
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
203
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
222
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
646
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
657
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
678
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
702
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
714
|
+
version: "21.1.0-rc.0",
|
|
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: "21.1.0-
|
|
736
|
+
version: "21.1.0-rc.0",
|
|
737
737
|
ngImport: i0,
|
|
738
738
|
type: NgControlStatusGroup,
|
|
739
739
|
decorators: [{
|
|
@@ -807,6 +807,8 @@ const ngModelWithFormGroupExample = `
|
|
|
807
807
|
</div>
|
|
808
808
|
`;
|
|
809
809
|
|
|
810
|
+
const VERSION = /* @__PURE__ */new Version('21.1.0-rc.0');
|
|
811
|
+
|
|
810
812
|
function controlParentException(nameOrIndex) {
|
|
811
813
|
return new _RuntimeError(1050, `formControlName must be used with a parent formGroup or formArray directive. You'll want to add a formGroup/formArray
|
|
812
814
|
directive and pass it an existing FormGroup/FormArray instance (you can create one in your class).
|
|
@@ -891,6 +893,7 @@ const asyncValidatorsDroppedWithOptsWarning = `
|
|
|
891
893
|
fc = new FormControl(42, {validators: Validators.required}, /* Oops! */ myAsyncValidator);
|
|
892
894
|
`;
|
|
893
895
|
function ngModelWarning(directiveName) {
|
|
896
|
+
const versionSubDomain = VERSION.major !== '0' ? `v${VERSION.major}.` : '';
|
|
894
897
|
return `
|
|
895
898
|
It looks like you're using ngModel on the same form field as ${directiveName}.
|
|
896
899
|
Support for using the ngModel input property and ngModelChange event with
|
|
@@ -898,7 +901,7 @@ function ngModelWarning(directiveName) {
|
|
|
898
901
|
in a future version of Angular.
|
|
899
902
|
|
|
900
903
|
For more information on this, see our API docs here:
|
|
901
|
-
https
|
|
904
|
+
https://${versionSubDomain}angular.dev/api/forms/${directiveName === 'formControl' ? 'FormControlDirective' : 'FormControlName'}
|
|
902
905
|
`;
|
|
903
906
|
}
|
|
904
907
|
function describeKey(isFormGroup, key) {
|
|
@@ -1956,7 +1959,7 @@ class NgForm extends ControlContainer {
|
|
|
1956
1959
|
}
|
|
1957
1960
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
1958
1961
|
minVersion: "12.0.0",
|
|
1959
|
-
version: "21.1.0-
|
|
1962
|
+
version: "21.1.0-rc.0",
|
|
1960
1963
|
ngImport: i0,
|
|
1961
1964
|
type: NgForm,
|
|
1962
1965
|
deps: [{
|
|
@@ -1975,7 +1978,7 @@ class NgForm extends ControlContainer {
|
|
|
1975
1978
|
});
|
|
1976
1979
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
1977
1980
|
minVersion: "14.0.0",
|
|
1978
|
-
version: "21.1.0-
|
|
1981
|
+
version: "21.1.0-rc.0",
|
|
1979
1982
|
type: NgForm,
|
|
1980
1983
|
isStandalone: false,
|
|
1981
1984
|
selector: "form:not([ngNoForm]):not([formGroup]):not([formArray]),ng-form,[ngForm]",
|
|
@@ -1999,7 +2002,7 @@ class NgForm extends ControlContainer {
|
|
|
1999
2002
|
}
|
|
2000
2003
|
i0.ɵɵngDeclareClassMetadata({
|
|
2001
2004
|
minVersion: "12.0.0",
|
|
2002
|
-
version: "21.1.0-
|
|
2005
|
+
version: "21.1.0-rc.0",
|
|
2003
2006
|
ngImport: i0,
|
|
2004
2007
|
type: NgForm,
|
|
2005
2008
|
decorators: [{
|
|
@@ -2181,7 +2184,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2181
2184
|
_checkParentType() {}
|
|
2182
2185
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2183
2186
|
minVersion: "12.0.0",
|
|
2184
|
-
version: "21.1.0-
|
|
2187
|
+
version: "21.1.0-rc.0",
|
|
2185
2188
|
ngImport: i0,
|
|
2186
2189
|
type: AbstractFormGroupDirective,
|
|
2187
2190
|
deps: null,
|
|
@@ -2189,7 +2192,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2189
2192
|
});
|
|
2190
2193
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2191
2194
|
minVersion: "14.0.0",
|
|
2192
|
-
version: "21.1.0-
|
|
2195
|
+
version: "21.1.0-rc.0",
|
|
2193
2196
|
type: AbstractFormGroupDirective,
|
|
2194
2197
|
isStandalone: false,
|
|
2195
2198
|
usesInheritance: true,
|
|
@@ -2198,7 +2201,7 @@ class AbstractFormGroupDirective extends ControlContainer {
|
|
|
2198
2201
|
}
|
|
2199
2202
|
i0.ɵɵngDeclareClassMetadata({
|
|
2200
2203
|
minVersion: "12.0.0",
|
|
2201
|
-
version: "21.1.0-
|
|
2204
|
+
version: "21.1.0-rc.0",
|
|
2202
2205
|
ngImport: i0,
|
|
2203
2206
|
type: AbstractFormGroupDirective,
|
|
2204
2207
|
decorators: [{
|
|
@@ -2273,7 +2276,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2273
2276
|
}
|
|
2274
2277
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2275
2278
|
minVersion: "12.0.0",
|
|
2276
|
-
version: "21.1.0-
|
|
2279
|
+
version: "21.1.0-rc.0",
|
|
2277
2280
|
ngImport: i0,
|
|
2278
2281
|
type: NgModelGroup,
|
|
2279
2282
|
deps: [{
|
|
@@ -2293,7 +2296,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2293
2296
|
});
|
|
2294
2297
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2295
2298
|
minVersion: "14.0.0",
|
|
2296
|
-
version: "21.1.0-
|
|
2299
|
+
version: "21.1.0-rc.0",
|
|
2297
2300
|
type: NgModelGroup,
|
|
2298
2301
|
isStandalone: false,
|
|
2299
2302
|
selector: "[ngModelGroup]",
|
|
@@ -2308,7 +2311,7 @@ class NgModelGroup extends AbstractFormGroupDirective {
|
|
|
2308
2311
|
}
|
|
2309
2312
|
i0.ɵɵngDeclareClassMetadata({
|
|
2310
2313
|
minVersion: "12.0.0",
|
|
2311
|
-
version: "21.1.0-
|
|
2314
|
+
version: "21.1.0-rc.0",
|
|
2312
2315
|
ngImport: i0,
|
|
2313
2316
|
type: NgModelGroup,
|
|
2314
2317
|
decorators: [{
|
|
@@ -2474,7 +2477,7 @@ class NgModel extends NgControl {
|
|
|
2474
2477
|
}
|
|
2475
2478
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2476
2479
|
minVersion: "12.0.0",
|
|
2477
|
-
version: "21.1.0-
|
|
2480
|
+
version: "21.1.0-rc.0",
|
|
2478
2481
|
ngImport: i0,
|
|
2479
2482
|
type: NgModel,
|
|
2480
2483
|
deps: [{
|
|
@@ -2504,7 +2507,7 @@ class NgModel extends NgControl {
|
|
|
2504
2507
|
});
|
|
2505
2508
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2506
2509
|
minVersion: "14.0.0",
|
|
2507
|
-
version: "21.1.0-
|
|
2510
|
+
version: "21.1.0-rc.0",
|
|
2508
2511
|
type: NgModel,
|
|
2509
2512
|
isStandalone: false,
|
|
2510
2513
|
selector: "[ngModel]:not([formControlName]):not([formControl])",
|
|
@@ -2526,7 +2529,7 @@ class NgModel extends NgControl {
|
|
|
2526
2529
|
}
|
|
2527
2530
|
i0.ɵɵngDeclareClassMetadata({
|
|
2528
2531
|
minVersion: "12.0.0",
|
|
2529
|
-
version: "21.1.0-
|
|
2532
|
+
version: "21.1.0-rc.0",
|
|
2530
2533
|
ngImport: i0,
|
|
2531
2534
|
type: NgModel,
|
|
2532
2535
|
decorators: [{
|
|
@@ -2625,7 +2628,7 @@ function checkParentType$1(parent) {
|
|
|
2625
2628
|
class ɵNgNoValidate {
|
|
2626
2629
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2627
2630
|
minVersion: "12.0.0",
|
|
2628
|
-
version: "21.1.0-
|
|
2631
|
+
version: "21.1.0-rc.0",
|
|
2629
2632
|
ngImport: i0,
|
|
2630
2633
|
type: ɵNgNoValidate,
|
|
2631
2634
|
deps: [],
|
|
@@ -2633,7 +2636,7 @@ class ɵNgNoValidate {
|
|
|
2633
2636
|
});
|
|
2634
2637
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2635
2638
|
minVersion: "14.0.0",
|
|
2636
|
-
version: "21.1.0-
|
|
2639
|
+
version: "21.1.0-rc.0",
|
|
2637
2640
|
type: ɵNgNoValidate,
|
|
2638
2641
|
isStandalone: false,
|
|
2639
2642
|
selector: "form:not([ngNoForm]):not([ngNativeValidate])",
|
|
@@ -2647,7 +2650,7 @@ class ɵNgNoValidate {
|
|
|
2647
2650
|
}
|
|
2648
2651
|
i0.ɵɵngDeclareClassMetadata({
|
|
2649
2652
|
minVersion: "12.0.0",
|
|
2650
|
-
version: "21.1.0-
|
|
2653
|
+
version: "21.1.0-rc.0",
|
|
2651
2654
|
ngImport: i0,
|
|
2652
2655
|
type: ɵNgNoValidate,
|
|
2653
2656
|
decorators: [{
|
|
@@ -2679,7 +2682,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2679
2682
|
}
|
|
2680
2683
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2681
2684
|
minVersion: "12.0.0",
|
|
2682
|
-
version: "21.1.0-
|
|
2685
|
+
version: "21.1.0-rc.0",
|
|
2683
2686
|
ngImport: i0,
|
|
2684
2687
|
type: NumberValueAccessor,
|
|
2685
2688
|
deps: null,
|
|
@@ -2687,7 +2690,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2687
2690
|
});
|
|
2688
2691
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2689
2692
|
minVersion: "14.0.0",
|
|
2690
|
-
version: "21.1.0-
|
|
2693
|
+
version: "21.1.0-rc.0",
|
|
2691
2694
|
type: NumberValueAccessor,
|
|
2692
2695
|
isStandalone: false,
|
|
2693
2696
|
selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]",
|
|
@@ -2704,7 +2707,7 @@ class NumberValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2704
2707
|
}
|
|
2705
2708
|
i0.ɵɵngDeclareClassMetadata({
|
|
2706
2709
|
minVersion: "12.0.0",
|
|
2707
|
-
version: "21.1.0-
|
|
2710
|
+
version: "21.1.0-rc.0",
|
|
2708
2711
|
ngImport: i0,
|
|
2709
2712
|
type: NumberValueAccessor,
|
|
2710
2713
|
decorators: [{
|
|
@@ -2758,7 +2761,7 @@ class RadioControlRegistry {
|
|
|
2758
2761
|
}
|
|
2759
2762
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2760
2763
|
minVersion: "12.0.0",
|
|
2761
|
-
version: "21.1.0-
|
|
2764
|
+
version: "21.1.0-rc.0",
|
|
2762
2765
|
ngImport: i0,
|
|
2763
2766
|
type: RadioControlRegistry,
|
|
2764
2767
|
deps: [],
|
|
@@ -2766,7 +2769,7 @@ class RadioControlRegistry {
|
|
|
2766
2769
|
});
|
|
2767
2770
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
2768
2771
|
minVersion: "12.0.0",
|
|
2769
|
-
version: "21.1.0-
|
|
2772
|
+
version: "21.1.0-rc.0",
|
|
2770
2773
|
ngImport: i0,
|
|
2771
2774
|
type: RadioControlRegistry,
|
|
2772
2775
|
providedIn: 'root'
|
|
@@ -2774,7 +2777,7 @@ class RadioControlRegistry {
|
|
|
2774
2777
|
}
|
|
2775
2778
|
i0.ɵɵngDeclareClassMetadata({
|
|
2776
2779
|
minVersion: "12.0.0",
|
|
2777
|
-
version: "21.1.0-
|
|
2780
|
+
version: "21.1.0-rc.0",
|
|
2778
2781
|
ngImport: i0,
|
|
2779
2782
|
type: RadioControlRegistry,
|
|
2780
2783
|
decorators: [{
|
|
@@ -2839,7 +2842,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2839
2842
|
}
|
|
2840
2843
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2841
2844
|
minVersion: "12.0.0",
|
|
2842
|
-
version: "21.1.0-
|
|
2845
|
+
version: "21.1.0-rc.0",
|
|
2843
2846
|
ngImport: i0,
|
|
2844
2847
|
type: RadioControlValueAccessor,
|
|
2845
2848
|
deps: [{
|
|
@@ -2855,7 +2858,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2855
2858
|
});
|
|
2856
2859
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2857
2860
|
minVersion: "14.0.0",
|
|
2858
|
-
version: "21.1.0-
|
|
2861
|
+
version: "21.1.0-rc.0",
|
|
2859
2862
|
type: RadioControlValueAccessor,
|
|
2860
2863
|
isStandalone: false,
|
|
2861
2864
|
selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]",
|
|
@@ -2877,7 +2880,7 @@ class RadioControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2877
2880
|
}
|
|
2878
2881
|
i0.ɵɵngDeclareClassMetadata({
|
|
2879
2882
|
minVersion: "12.0.0",
|
|
2880
|
-
version: "21.1.0-
|
|
2883
|
+
version: "21.1.0-rc.0",
|
|
2881
2884
|
ngImport: i0,
|
|
2882
2885
|
type: RadioControlValueAccessor,
|
|
2883
2886
|
decorators: [{
|
|
@@ -2930,7 +2933,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2930
2933
|
}
|
|
2931
2934
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
2932
2935
|
minVersion: "12.0.0",
|
|
2933
|
-
version: "21.1.0-
|
|
2936
|
+
version: "21.1.0-rc.0",
|
|
2934
2937
|
ngImport: i0,
|
|
2935
2938
|
type: RangeValueAccessor,
|
|
2936
2939
|
deps: null,
|
|
@@ -2938,7 +2941,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2938
2941
|
});
|
|
2939
2942
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
2940
2943
|
minVersion: "14.0.0",
|
|
2941
|
-
version: "21.1.0-
|
|
2944
|
+
version: "21.1.0-rc.0",
|
|
2942
2945
|
type: RangeValueAccessor,
|
|
2943
2946
|
isStandalone: false,
|
|
2944
2947
|
selector: "input[type=range][formControlName],input[type=range][formControl],input[type=range][ngModel]",
|
|
@@ -2956,7 +2959,7 @@ class RangeValueAccessor extends BuiltInControlValueAccessor {
|
|
|
2956
2959
|
}
|
|
2957
2960
|
i0.ɵɵngDeclareClassMetadata({
|
|
2958
2961
|
minVersion: "12.0.0",
|
|
2959
|
-
version: "21.1.0-
|
|
2962
|
+
version: "21.1.0-rc.0",
|
|
2960
2963
|
ngImport: i0,
|
|
2961
2964
|
type: RangeValueAccessor,
|
|
2962
2965
|
decorators: [{
|
|
@@ -3288,7 +3291,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3288
3291
|
}
|
|
3289
3292
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3290
3293
|
minVersion: "12.0.0",
|
|
3291
|
-
version: "21.1.0-
|
|
3294
|
+
version: "21.1.0-rc.0",
|
|
3292
3295
|
ngImport: i0,
|
|
3293
3296
|
type: AbstractFormDirective,
|
|
3294
3297
|
deps: [{
|
|
@@ -3307,7 +3310,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3307
3310
|
});
|
|
3308
3311
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3309
3312
|
minVersion: "14.0.0",
|
|
3310
|
-
version: "21.1.0-
|
|
3313
|
+
version: "21.1.0-rc.0",
|
|
3311
3314
|
type: AbstractFormDirective,
|
|
3312
3315
|
isStandalone: true,
|
|
3313
3316
|
usesInheritance: true,
|
|
@@ -3317,7 +3320,7 @@ class AbstractFormDirective extends ControlContainer {
|
|
|
3317
3320
|
}
|
|
3318
3321
|
i0.ɵɵngDeclareClassMetadata({
|
|
3319
3322
|
minVersion: "12.0.0",
|
|
3320
|
-
version: "21.1.0-
|
|
3323
|
+
version: "21.1.0-rc.0",
|
|
3321
3324
|
ngImport: i0,
|
|
3322
3325
|
type: AbstractFormDirective,
|
|
3323
3326
|
decorators: [{
|
|
@@ -3366,7 +3369,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3366
3369
|
}
|
|
3367
3370
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3368
3371
|
minVersion: "12.0.0",
|
|
3369
|
-
version: "21.1.0-
|
|
3372
|
+
version: "21.1.0-rc.0",
|
|
3370
3373
|
ngImport: i0,
|
|
3371
3374
|
type: FormArrayDirective,
|
|
3372
3375
|
deps: null,
|
|
@@ -3374,7 +3377,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3374
3377
|
});
|
|
3375
3378
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3376
3379
|
minVersion: "14.0.0",
|
|
3377
|
-
version: "21.1.0-
|
|
3380
|
+
version: "21.1.0-rc.0",
|
|
3378
3381
|
type: FormArrayDirective,
|
|
3379
3382
|
isStandalone: false,
|
|
3380
3383
|
selector: "[formArray]",
|
|
@@ -3398,7 +3401,7 @@ class FormArrayDirective extends AbstractFormDirective {
|
|
|
3398
3401
|
}
|
|
3399
3402
|
i0.ɵɵngDeclareClassMetadata({
|
|
3400
3403
|
minVersion: "12.0.0",
|
|
3401
|
-
version: "21.1.0-
|
|
3404
|
+
version: "21.1.0-rc.0",
|
|
3402
3405
|
ngImport: i0,
|
|
3403
3406
|
type: FormArrayDirective,
|
|
3404
3407
|
decorators: [{
|
|
@@ -3491,7 +3494,7 @@ class FormControlDirective extends NgControl {
|
|
|
3491
3494
|
}
|
|
3492
3495
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3493
3496
|
minVersion: "12.0.0",
|
|
3494
|
-
version: "21.1.0-
|
|
3497
|
+
version: "21.1.0-rc.0",
|
|
3495
3498
|
ngImport: i0,
|
|
3496
3499
|
type: FormControlDirective,
|
|
3497
3500
|
deps: [{
|
|
@@ -3517,7 +3520,7 @@ class FormControlDirective extends NgControl {
|
|
|
3517
3520
|
});
|
|
3518
3521
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3519
3522
|
minVersion: "14.0.0",
|
|
3520
|
-
version: "21.1.0-
|
|
3523
|
+
version: "21.1.0-rc.0",
|
|
3521
3524
|
type: FormControlDirective,
|
|
3522
3525
|
isStandalone: false,
|
|
3523
3526
|
selector: "[formControl]",
|
|
@@ -3538,7 +3541,7 @@ class FormControlDirective extends NgControl {
|
|
|
3538
3541
|
}
|
|
3539
3542
|
i0.ɵɵngDeclareClassMetadata({
|
|
3540
3543
|
minVersion: "12.0.0",
|
|
3541
|
-
version: "21.1.0-
|
|
3544
|
+
version: "21.1.0-rc.0",
|
|
3542
3545
|
ngImport: i0,
|
|
3543
3546
|
type: FormControlDirective,
|
|
3544
3547
|
decorators: [{
|
|
@@ -3636,7 +3639,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3636
3639
|
}
|
|
3637
3640
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3638
3641
|
minVersion: "12.0.0",
|
|
3639
|
-
version: "21.1.0-
|
|
3642
|
+
version: "21.1.0-rc.0",
|
|
3640
3643
|
ngImport: i0,
|
|
3641
3644
|
type: FormGroupName,
|
|
3642
3645
|
deps: [{
|
|
@@ -3657,7 +3660,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3657
3660
|
});
|
|
3658
3661
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3659
3662
|
minVersion: "14.0.0",
|
|
3660
|
-
version: "21.1.0-
|
|
3663
|
+
version: "21.1.0-rc.0",
|
|
3661
3664
|
type: FormGroupName,
|
|
3662
3665
|
isStandalone: false,
|
|
3663
3666
|
selector: "[formGroupName]",
|
|
@@ -3671,7 +3674,7 @@ class FormGroupName extends AbstractFormGroupDirective {
|
|
|
3671
3674
|
}
|
|
3672
3675
|
i0.ɵɵngDeclareClassMetadata({
|
|
3673
3676
|
minVersion: "12.0.0",
|
|
3674
|
-
version: "21.1.0-
|
|
3677
|
+
version: "21.1.0-rc.0",
|
|
3675
3678
|
ngImport: i0,
|
|
3676
3679
|
type: FormGroupName,
|
|
3677
3680
|
decorators: [{
|
|
@@ -3752,7 +3755,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3752
3755
|
}
|
|
3753
3756
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3754
3757
|
minVersion: "12.0.0",
|
|
3755
|
-
version: "21.1.0-
|
|
3758
|
+
version: "21.1.0-rc.0",
|
|
3756
3759
|
ngImport: i0,
|
|
3757
3760
|
type: FormArrayName,
|
|
3758
3761
|
deps: [{
|
|
@@ -3773,7 +3776,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3773
3776
|
});
|
|
3774
3777
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3775
3778
|
minVersion: "14.0.0",
|
|
3776
|
-
version: "21.1.0-
|
|
3779
|
+
version: "21.1.0-rc.0",
|
|
3777
3780
|
type: FormArrayName,
|
|
3778
3781
|
isStandalone: false,
|
|
3779
3782
|
selector: "[formArrayName]",
|
|
@@ -3787,7 +3790,7 @@ class FormArrayName extends ControlContainer {
|
|
|
3787
3790
|
}
|
|
3788
3791
|
i0.ɵɵngDeclareClassMetadata({
|
|
3789
3792
|
minVersion: "12.0.0",
|
|
3790
|
-
version: "21.1.0-
|
|
3793
|
+
version: "21.1.0-rc.0",
|
|
3791
3794
|
ngImport: i0,
|
|
3792
3795
|
type: FormArrayName,
|
|
3793
3796
|
decorators: [{
|
|
@@ -3900,7 +3903,7 @@ class FormControlName extends NgControl {
|
|
|
3900
3903
|
}
|
|
3901
3904
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
3902
3905
|
minVersion: "12.0.0",
|
|
3903
|
-
version: "21.1.0-
|
|
3906
|
+
version: "21.1.0-rc.0",
|
|
3904
3907
|
ngImport: i0,
|
|
3905
3908
|
type: FormControlName,
|
|
3906
3909
|
deps: [{
|
|
@@ -3928,7 +3931,7 @@ class FormControlName extends NgControl {
|
|
|
3928
3931
|
});
|
|
3929
3932
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
3930
3933
|
minVersion: "14.0.0",
|
|
3931
|
-
version: "21.1.0-
|
|
3934
|
+
version: "21.1.0-rc.0",
|
|
3932
3935
|
type: FormControlName,
|
|
3933
3936
|
isStandalone: false,
|
|
3934
3937
|
selector: "[formControlName]",
|
|
@@ -3948,7 +3951,7 @@ class FormControlName extends NgControl {
|
|
|
3948
3951
|
}
|
|
3949
3952
|
i0.ɵɵngDeclareClassMetadata({
|
|
3950
3953
|
minVersion: "12.0.0",
|
|
3951
|
-
version: "21.1.0-
|
|
3954
|
+
version: "21.1.0-rc.0",
|
|
3952
3955
|
ngImport: i0,
|
|
3953
3956
|
type: FormControlName,
|
|
3954
3957
|
decorators: [{
|
|
@@ -4046,7 +4049,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4046
4049
|
}
|
|
4047
4050
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4048
4051
|
minVersion: "12.0.0",
|
|
4049
|
-
version: "21.1.0-
|
|
4052
|
+
version: "21.1.0-rc.0",
|
|
4050
4053
|
ngImport: i0,
|
|
4051
4054
|
type: FormGroupDirective,
|
|
4052
4055
|
deps: null,
|
|
@@ -4054,7 +4057,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4054
4057
|
});
|
|
4055
4058
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4056
4059
|
minVersion: "14.0.0",
|
|
4057
|
-
version: "21.1.0-
|
|
4060
|
+
version: "21.1.0-rc.0",
|
|
4058
4061
|
type: FormGroupDirective,
|
|
4059
4062
|
isStandalone: false,
|
|
4060
4063
|
selector: "[formGroup]",
|
|
@@ -4078,7 +4081,7 @@ class FormGroupDirective extends AbstractFormDirective {
|
|
|
4078
4081
|
}
|
|
4079
4082
|
i0.ɵɵngDeclareClassMetadata({
|
|
4080
4083
|
minVersion: "12.0.0",
|
|
4081
|
-
version: "21.1.0-
|
|
4084
|
+
version: "21.1.0-rc.0",
|
|
4082
4085
|
ngImport: i0,
|
|
4083
4086
|
type: FormGroupDirective,
|
|
4084
4087
|
decorators: [{
|
|
@@ -4178,7 +4181,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4178
4181
|
}
|
|
4179
4182
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4180
4183
|
minVersion: "12.0.0",
|
|
4181
|
-
version: "21.1.0-
|
|
4184
|
+
version: "21.1.0-rc.0",
|
|
4182
4185
|
ngImport: i0,
|
|
4183
4186
|
type: SelectControlValueAccessor,
|
|
4184
4187
|
deps: null,
|
|
@@ -4186,7 +4189,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4186
4189
|
});
|
|
4187
4190
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4188
4191
|
minVersion: "14.0.0",
|
|
4189
|
-
version: "21.1.0-
|
|
4192
|
+
version: "21.1.0-rc.0",
|
|
4190
4193
|
type: SelectControlValueAccessor,
|
|
4191
4194
|
isStandalone: false,
|
|
4192
4195
|
selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]",
|
|
@@ -4206,7 +4209,7 @@ class SelectControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4206
4209
|
}
|
|
4207
4210
|
i0.ɵɵngDeclareClassMetadata({
|
|
4208
4211
|
minVersion: "12.0.0",
|
|
4209
|
-
version: "21.1.0-
|
|
4212
|
+
version: "21.1.0-rc.0",
|
|
4210
4213
|
ngImport: i0,
|
|
4211
4214
|
type: SelectControlValueAccessor,
|
|
4212
4215
|
decorators: [{
|
|
@@ -4259,7 +4262,7 @@ class NgSelectOption {
|
|
|
4259
4262
|
}
|
|
4260
4263
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4261
4264
|
minVersion: "12.0.0",
|
|
4262
|
-
version: "21.1.0-
|
|
4265
|
+
version: "21.1.0-rc.0",
|
|
4263
4266
|
ngImport: i0,
|
|
4264
4267
|
type: NgSelectOption,
|
|
4265
4268
|
deps: [{
|
|
@@ -4275,7 +4278,7 @@ class NgSelectOption {
|
|
|
4275
4278
|
});
|
|
4276
4279
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4277
4280
|
minVersion: "14.0.0",
|
|
4278
|
-
version: "21.1.0-
|
|
4281
|
+
version: "21.1.0-rc.0",
|
|
4279
4282
|
type: NgSelectOption,
|
|
4280
4283
|
isStandalone: false,
|
|
4281
4284
|
selector: "option",
|
|
@@ -4288,7 +4291,7 @@ class NgSelectOption {
|
|
|
4288
4291
|
}
|
|
4289
4292
|
i0.ɵɵngDeclareClassMetadata({
|
|
4290
4293
|
minVersion: "12.0.0",
|
|
4291
|
-
version: "21.1.0-
|
|
4294
|
+
version: "21.1.0-rc.0",
|
|
4292
4295
|
ngImport: i0,
|
|
4293
4296
|
type: NgSelectOption,
|
|
4294
4297
|
decorators: [{
|
|
@@ -4404,7 +4407,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4404
4407
|
}
|
|
4405
4408
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4406
4409
|
minVersion: "12.0.0",
|
|
4407
|
-
version: "21.1.0-
|
|
4410
|
+
version: "21.1.0-rc.0",
|
|
4408
4411
|
ngImport: i0,
|
|
4409
4412
|
type: SelectMultipleControlValueAccessor,
|
|
4410
4413
|
deps: null,
|
|
@@ -4412,7 +4415,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4412
4415
|
});
|
|
4413
4416
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4414
4417
|
minVersion: "14.0.0",
|
|
4415
|
-
version: "21.1.0-
|
|
4418
|
+
version: "21.1.0-rc.0",
|
|
4416
4419
|
type: SelectMultipleControlValueAccessor,
|
|
4417
4420
|
isStandalone: false,
|
|
4418
4421
|
selector: "select[multiple][formControlName],select[multiple][formControl],select[multiple][ngModel]",
|
|
@@ -4432,7 +4435,7 @@ class SelectMultipleControlValueAccessor extends BuiltInControlValueAccessor {
|
|
|
4432
4435
|
}
|
|
4433
4436
|
i0.ɵɵngDeclareClassMetadata({
|
|
4434
4437
|
minVersion: "12.0.0",
|
|
4435
|
-
version: "21.1.0-
|
|
4438
|
+
version: "21.1.0-rc.0",
|
|
4436
4439
|
ngImport: i0,
|
|
4437
4440
|
type: SelectMultipleControlValueAccessor,
|
|
4438
4441
|
decorators: [{
|
|
@@ -4496,7 +4499,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4496
4499
|
}
|
|
4497
4500
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4498
4501
|
minVersion: "12.0.0",
|
|
4499
|
-
version: "21.1.0-
|
|
4502
|
+
version: "21.1.0-rc.0",
|
|
4500
4503
|
ngImport: i0,
|
|
4501
4504
|
type: ɵNgSelectMultipleOption,
|
|
4502
4505
|
deps: [{
|
|
@@ -4512,7 +4515,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4512
4515
|
});
|
|
4513
4516
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4514
4517
|
minVersion: "14.0.0",
|
|
4515
|
-
version: "21.1.0-
|
|
4518
|
+
version: "21.1.0-rc.0",
|
|
4516
4519
|
type: ɵNgSelectMultipleOption,
|
|
4517
4520
|
isStandalone: false,
|
|
4518
4521
|
selector: "option",
|
|
@@ -4525,7 +4528,7 @@ class ɵNgSelectMultipleOption {
|
|
|
4525
4528
|
}
|
|
4526
4529
|
i0.ɵɵngDeclareClassMetadata({
|
|
4527
4530
|
minVersion: "12.0.0",
|
|
4528
|
-
version: "21.1.0-
|
|
4531
|
+
version: "21.1.0-rc.0",
|
|
4529
4532
|
ngImport: i0,
|
|
4530
4533
|
type: ɵNgSelectMultipleOption,
|
|
4531
4534
|
decorators: [{
|
|
@@ -4590,7 +4593,7 @@ class AbstractValidatorDirective {
|
|
|
4590
4593
|
}
|
|
4591
4594
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4592
4595
|
minVersion: "12.0.0",
|
|
4593
|
-
version: "21.1.0-
|
|
4596
|
+
version: "21.1.0-rc.0",
|
|
4594
4597
|
ngImport: i0,
|
|
4595
4598
|
type: AbstractValidatorDirective,
|
|
4596
4599
|
deps: [],
|
|
@@ -4598,7 +4601,7 @@ class AbstractValidatorDirective {
|
|
|
4598
4601
|
});
|
|
4599
4602
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4600
4603
|
minVersion: "14.0.0",
|
|
4601
|
-
version: "21.1.0-
|
|
4604
|
+
version: "21.1.0-rc.0",
|
|
4602
4605
|
type: AbstractValidatorDirective,
|
|
4603
4606
|
isStandalone: true,
|
|
4604
4607
|
usesOnChanges: true,
|
|
@@ -4607,7 +4610,7 @@ class AbstractValidatorDirective {
|
|
|
4607
4610
|
}
|
|
4608
4611
|
i0.ɵɵngDeclareClassMetadata({
|
|
4609
4612
|
minVersion: "12.0.0",
|
|
4610
|
-
version: "21.1.0-
|
|
4613
|
+
version: "21.1.0-rc.0",
|
|
4611
4614
|
ngImport: i0,
|
|
4612
4615
|
type: AbstractValidatorDirective,
|
|
4613
4616
|
decorators: [{
|
|
@@ -4626,7 +4629,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4626
4629
|
createValidator = max => maxValidator(max);
|
|
4627
4630
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4628
4631
|
minVersion: "12.0.0",
|
|
4629
|
-
version: "21.1.0-
|
|
4632
|
+
version: "21.1.0-rc.0",
|
|
4630
4633
|
ngImport: i0,
|
|
4631
4634
|
type: MaxValidator,
|
|
4632
4635
|
deps: null,
|
|
@@ -4634,7 +4637,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4634
4637
|
});
|
|
4635
4638
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4636
4639
|
minVersion: "14.0.0",
|
|
4637
|
-
version: "21.1.0-
|
|
4640
|
+
version: "21.1.0-rc.0",
|
|
4638
4641
|
type: MaxValidator,
|
|
4639
4642
|
isStandalone: false,
|
|
4640
4643
|
selector: "input[type=number][max][formControlName],input[type=number][max][formControl],input[type=number][max][ngModel]",
|
|
@@ -4653,7 +4656,7 @@ class MaxValidator extends AbstractValidatorDirective {
|
|
|
4653
4656
|
}
|
|
4654
4657
|
i0.ɵɵngDeclareClassMetadata({
|
|
4655
4658
|
minVersion: "12.0.0",
|
|
4656
|
-
version: "21.1.0-
|
|
4659
|
+
version: "21.1.0-rc.0",
|
|
4657
4660
|
ngImport: i0,
|
|
4658
4661
|
type: MaxValidator,
|
|
4659
4662
|
decorators: [{
|
|
@@ -4685,7 +4688,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4685
4688
|
createValidator = min => minValidator(min);
|
|
4686
4689
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4687
4690
|
minVersion: "12.0.0",
|
|
4688
|
-
version: "21.1.0-
|
|
4691
|
+
version: "21.1.0-rc.0",
|
|
4689
4692
|
ngImport: i0,
|
|
4690
4693
|
type: MinValidator,
|
|
4691
4694
|
deps: null,
|
|
@@ -4693,7 +4696,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4693
4696
|
});
|
|
4694
4697
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4695
4698
|
minVersion: "14.0.0",
|
|
4696
|
-
version: "21.1.0-
|
|
4699
|
+
version: "21.1.0-rc.0",
|
|
4697
4700
|
type: MinValidator,
|
|
4698
4701
|
isStandalone: false,
|
|
4699
4702
|
selector: "input[type=number][min][formControlName],input[type=number][min][formControl],input[type=number][min][ngModel]",
|
|
@@ -4712,7 +4715,7 @@ class MinValidator extends AbstractValidatorDirective {
|
|
|
4712
4715
|
}
|
|
4713
4716
|
i0.ɵɵngDeclareClassMetadata({
|
|
4714
4717
|
minVersion: "12.0.0",
|
|
4715
|
-
version: "21.1.0-
|
|
4718
|
+
version: "21.1.0-rc.0",
|
|
4716
4719
|
ngImport: i0,
|
|
4717
4720
|
type: MinValidator,
|
|
4718
4721
|
decorators: [{
|
|
@@ -4752,7 +4755,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4752
4755
|
}
|
|
4753
4756
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4754
4757
|
minVersion: "12.0.0",
|
|
4755
|
-
version: "21.1.0-
|
|
4758
|
+
version: "21.1.0-rc.0",
|
|
4756
4759
|
ngImport: i0,
|
|
4757
4760
|
type: RequiredValidator,
|
|
4758
4761
|
deps: null,
|
|
@@ -4760,7 +4763,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4760
4763
|
});
|
|
4761
4764
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4762
4765
|
minVersion: "14.0.0",
|
|
4763
|
-
version: "21.1.0-
|
|
4766
|
+
version: "21.1.0-rc.0",
|
|
4764
4767
|
type: RequiredValidator,
|
|
4765
4768
|
isStandalone: false,
|
|
4766
4769
|
selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]",
|
|
@@ -4779,7 +4782,7 @@ class RequiredValidator extends AbstractValidatorDirective {
|
|
|
4779
4782
|
}
|
|
4780
4783
|
i0.ɵɵngDeclareClassMetadata({
|
|
4781
4784
|
minVersion: "12.0.0",
|
|
4782
|
-
version: "21.1.0-
|
|
4785
|
+
version: "21.1.0-rc.0",
|
|
4783
4786
|
ngImport: i0,
|
|
4784
4787
|
type: RequiredValidator,
|
|
4785
4788
|
decorators: [{
|
|
@@ -4803,7 +4806,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4803
4806
|
createValidator = input => requiredTrueValidator;
|
|
4804
4807
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4805
4808
|
minVersion: "12.0.0",
|
|
4806
|
-
version: "21.1.0-
|
|
4809
|
+
version: "21.1.0-rc.0",
|
|
4807
4810
|
ngImport: i0,
|
|
4808
4811
|
type: CheckboxRequiredValidator,
|
|
4809
4812
|
deps: null,
|
|
@@ -4811,7 +4814,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4811
4814
|
});
|
|
4812
4815
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4813
4816
|
minVersion: "14.0.0",
|
|
4814
|
-
version: "21.1.0-
|
|
4817
|
+
version: "21.1.0-rc.0",
|
|
4815
4818
|
type: CheckboxRequiredValidator,
|
|
4816
4819
|
isStandalone: false,
|
|
4817
4820
|
selector: "input[type=checkbox][required][formControlName],input[type=checkbox][required][formControl],input[type=checkbox][required][ngModel]",
|
|
@@ -4827,7 +4830,7 @@ class CheckboxRequiredValidator extends RequiredValidator {
|
|
|
4827
4830
|
}
|
|
4828
4831
|
i0.ɵɵngDeclareClassMetadata({
|
|
4829
4832
|
minVersion: "12.0.0",
|
|
4830
|
-
version: "21.1.0-
|
|
4833
|
+
version: "21.1.0-rc.0",
|
|
4831
4834
|
ngImport: i0,
|
|
4832
4835
|
type: CheckboxRequiredValidator,
|
|
4833
4836
|
decorators: [{
|
|
@@ -4857,7 +4860,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4857
4860
|
}
|
|
4858
4861
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4859
4862
|
minVersion: "12.0.0",
|
|
4860
|
-
version: "21.1.0-
|
|
4863
|
+
version: "21.1.0-rc.0",
|
|
4861
4864
|
ngImport: i0,
|
|
4862
4865
|
type: EmailValidator,
|
|
4863
4866
|
deps: null,
|
|
@@ -4865,7 +4868,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4865
4868
|
});
|
|
4866
4869
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4867
4870
|
minVersion: "14.0.0",
|
|
4868
|
-
version: "21.1.0-
|
|
4871
|
+
version: "21.1.0-rc.0",
|
|
4869
4872
|
type: EmailValidator,
|
|
4870
4873
|
isStandalone: false,
|
|
4871
4874
|
selector: "[email][formControlName],[email][formControl],[email][ngModel]",
|
|
@@ -4879,7 +4882,7 @@ class EmailValidator extends AbstractValidatorDirective {
|
|
|
4879
4882
|
}
|
|
4880
4883
|
i0.ɵɵngDeclareClassMetadata({
|
|
4881
4884
|
minVersion: "12.0.0",
|
|
4882
|
-
version: "21.1.0-
|
|
4885
|
+
version: "21.1.0-rc.0",
|
|
4883
4886
|
ngImport: i0,
|
|
4884
4887
|
type: EmailValidator,
|
|
4885
4888
|
decorators: [{
|
|
@@ -4908,7 +4911,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4908
4911
|
createValidator = minlength => minLengthValidator(minlength);
|
|
4909
4912
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4910
4913
|
minVersion: "12.0.0",
|
|
4911
|
-
version: "21.1.0-
|
|
4914
|
+
version: "21.1.0-rc.0",
|
|
4912
4915
|
ngImport: i0,
|
|
4913
4916
|
type: MinLengthValidator,
|
|
4914
4917
|
deps: null,
|
|
@@ -4916,7 +4919,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4916
4919
|
});
|
|
4917
4920
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4918
4921
|
minVersion: "14.0.0",
|
|
4919
|
-
version: "21.1.0-
|
|
4922
|
+
version: "21.1.0-rc.0",
|
|
4920
4923
|
type: MinLengthValidator,
|
|
4921
4924
|
isStandalone: false,
|
|
4922
4925
|
selector: "[minlength][formControlName],[minlength][formControl],[minlength][ngModel]",
|
|
@@ -4935,7 +4938,7 @@ class MinLengthValidator extends AbstractValidatorDirective {
|
|
|
4935
4938
|
}
|
|
4936
4939
|
i0.ɵɵngDeclareClassMetadata({
|
|
4937
4940
|
minVersion: "12.0.0",
|
|
4938
|
-
version: "21.1.0-
|
|
4941
|
+
version: "21.1.0-rc.0",
|
|
4939
4942
|
ngImport: i0,
|
|
4940
4943
|
type: MinLengthValidator,
|
|
4941
4944
|
decorators: [{
|
|
@@ -4967,7 +4970,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4967
4970
|
createValidator = maxlength => maxLengthValidator(maxlength);
|
|
4968
4971
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
4969
4972
|
minVersion: "12.0.0",
|
|
4970
|
-
version: "21.1.0-
|
|
4973
|
+
version: "21.1.0-rc.0",
|
|
4971
4974
|
ngImport: i0,
|
|
4972
4975
|
type: MaxLengthValidator,
|
|
4973
4976
|
deps: null,
|
|
@@ -4975,7 +4978,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4975
4978
|
});
|
|
4976
4979
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
4977
4980
|
minVersion: "14.0.0",
|
|
4978
|
-
version: "21.1.0-
|
|
4981
|
+
version: "21.1.0-rc.0",
|
|
4979
4982
|
type: MaxLengthValidator,
|
|
4980
4983
|
isStandalone: false,
|
|
4981
4984
|
selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]",
|
|
@@ -4994,7 +4997,7 @@ class MaxLengthValidator extends AbstractValidatorDirective {
|
|
|
4994
4997
|
}
|
|
4995
4998
|
i0.ɵɵngDeclareClassMetadata({
|
|
4996
4999
|
minVersion: "12.0.0",
|
|
4997
|
-
version: "21.1.0-
|
|
5000
|
+
version: "21.1.0-rc.0",
|
|
4998
5001
|
ngImport: i0,
|
|
4999
5002
|
type: MaxLengthValidator,
|
|
5000
5003
|
decorators: [{
|
|
@@ -5026,7 +5029,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5026
5029
|
createValidator = input => patternValidator(input);
|
|
5027
5030
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5028
5031
|
minVersion: "12.0.0",
|
|
5029
|
-
version: "21.1.0-
|
|
5032
|
+
version: "21.1.0-rc.0",
|
|
5030
5033
|
ngImport: i0,
|
|
5031
5034
|
type: PatternValidator,
|
|
5032
5035
|
deps: null,
|
|
@@ -5034,7 +5037,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5034
5037
|
});
|
|
5035
5038
|
static ɵdir = i0.ɵɵngDeclareDirective({
|
|
5036
5039
|
minVersion: "14.0.0",
|
|
5037
|
-
version: "21.1.0-
|
|
5040
|
+
version: "21.1.0-rc.0",
|
|
5038
5041
|
type: PatternValidator,
|
|
5039
5042
|
isStandalone: false,
|
|
5040
5043
|
selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]",
|
|
@@ -5053,7 +5056,7 @@ class PatternValidator extends AbstractValidatorDirective {
|
|
|
5053
5056
|
}
|
|
5054
5057
|
i0.ɵɵngDeclareClassMetadata({
|
|
5055
5058
|
minVersion: "12.0.0",
|
|
5056
|
-
version: "21.1.0-
|
|
5059
|
+
version: "21.1.0-rc.0",
|
|
5057
5060
|
ngImport: i0,
|
|
5058
5061
|
type: PatternValidator,
|
|
5059
5062
|
decorators: [{
|
|
@@ -5080,7 +5083,7 @@ const REACTIVE_DRIVEN_DIRECTIVES = [FormControlDirective, FormGroupDirective, Fo
|
|
|
5080
5083
|
class ɵInternalFormsSharedModule {
|
|
5081
5084
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5082
5085
|
minVersion: "12.0.0",
|
|
5083
|
-
version: "21.1.0-
|
|
5086
|
+
version: "21.1.0-rc.0",
|
|
5084
5087
|
ngImport: i0,
|
|
5085
5088
|
type: ɵInternalFormsSharedModule,
|
|
5086
5089
|
deps: [],
|
|
@@ -5088,7 +5091,7 @@ class ɵInternalFormsSharedModule {
|
|
|
5088
5091
|
});
|
|
5089
5092
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5090
5093
|
minVersion: "14.0.0",
|
|
5091
|
-
version: "21.1.0-
|
|
5094
|
+
version: "21.1.0-rc.0",
|
|
5092
5095
|
ngImport: i0,
|
|
5093
5096
|
type: ɵInternalFormsSharedModule,
|
|
5094
5097
|
declarations: [ɵNgNoValidate, NgSelectOption, ɵNgSelectMultipleOption, DefaultValueAccessor, NumberValueAccessor, RangeValueAccessor, CheckboxControlValueAccessor, SelectControlValueAccessor, SelectMultipleControlValueAccessor, RadioControlValueAccessor, NgControlStatus, NgControlStatusGroup, RequiredValidator, MinLengthValidator, MaxLengthValidator, PatternValidator, CheckboxRequiredValidator, EmailValidator, MinValidator, MaxValidator],
|
|
@@ -5096,14 +5099,14 @@ class ɵInternalFormsSharedModule {
|
|
|
5096
5099
|
});
|
|
5097
5100
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5098
5101
|
minVersion: "12.0.0",
|
|
5099
|
-
version: "21.1.0-
|
|
5102
|
+
version: "21.1.0-rc.0",
|
|
5100
5103
|
ngImport: i0,
|
|
5101
5104
|
type: ɵInternalFormsSharedModule
|
|
5102
5105
|
});
|
|
5103
5106
|
}
|
|
5104
5107
|
i0.ɵɵngDeclareClassMetadata({
|
|
5105
5108
|
minVersion: "12.0.0",
|
|
5106
|
-
version: "21.1.0-
|
|
5109
|
+
version: "21.1.0-rc.0",
|
|
5107
5110
|
ngImport: i0,
|
|
5108
5111
|
type: ɵInternalFormsSharedModule,
|
|
5109
5112
|
decorators: [{
|
|
@@ -5183,7 +5186,7 @@ class FormBuilder {
|
|
|
5183
5186
|
}
|
|
5184
5187
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5185
5188
|
minVersion: "12.0.0",
|
|
5186
|
-
version: "21.1.0-
|
|
5189
|
+
version: "21.1.0-rc.0",
|
|
5187
5190
|
ngImport: i0,
|
|
5188
5191
|
type: FormBuilder,
|
|
5189
5192
|
deps: [],
|
|
@@ -5191,7 +5194,7 @@ class FormBuilder {
|
|
|
5191
5194
|
});
|
|
5192
5195
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5193
5196
|
minVersion: "12.0.0",
|
|
5194
|
-
version: "21.1.0-
|
|
5197
|
+
version: "21.1.0-rc.0",
|
|
5195
5198
|
ngImport: i0,
|
|
5196
5199
|
type: FormBuilder,
|
|
5197
5200
|
providedIn: 'root'
|
|
@@ -5199,7 +5202,7 @@ class FormBuilder {
|
|
|
5199
5202
|
}
|
|
5200
5203
|
i0.ɵɵngDeclareClassMetadata({
|
|
5201
5204
|
minVersion: "12.0.0",
|
|
5202
|
-
version: "21.1.0-
|
|
5205
|
+
version: "21.1.0-rc.0",
|
|
5203
5206
|
ngImport: i0,
|
|
5204
5207
|
type: FormBuilder,
|
|
5205
5208
|
decorators: [{
|
|
@@ -5212,7 +5215,7 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
5212
5215
|
class NonNullableFormBuilder {
|
|
5213
5216
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5214
5217
|
minVersion: "12.0.0",
|
|
5215
|
-
version: "21.1.0-
|
|
5218
|
+
version: "21.1.0-rc.0",
|
|
5216
5219
|
ngImport: i0,
|
|
5217
5220
|
type: NonNullableFormBuilder,
|
|
5218
5221
|
deps: [],
|
|
@@ -5220,7 +5223,7 @@ class NonNullableFormBuilder {
|
|
|
5220
5223
|
});
|
|
5221
5224
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5222
5225
|
minVersion: "12.0.0",
|
|
5223
|
-
version: "21.1.0-
|
|
5226
|
+
version: "21.1.0-rc.0",
|
|
5224
5227
|
ngImport: i0,
|
|
5225
5228
|
type: NonNullableFormBuilder,
|
|
5226
5229
|
providedIn: 'root',
|
|
@@ -5229,7 +5232,7 @@ class NonNullableFormBuilder {
|
|
|
5229
5232
|
}
|
|
5230
5233
|
i0.ɵɵngDeclareClassMetadata({
|
|
5231
5234
|
minVersion: "12.0.0",
|
|
5232
|
-
version: "21.1.0-
|
|
5235
|
+
version: "21.1.0-rc.0",
|
|
5233
5236
|
ngImport: i0,
|
|
5234
5237
|
type: NonNullableFormBuilder,
|
|
5235
5238
|
decorators: [{
|
|
@@ -5252,7 +5255,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5252
5255
|
}
|
|
5253
5256
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5254
5257
|
minVersion: "12.0.0",
|
|
5255
|
-
version: "21.1.0-
|
|
5258
|
+
version: "21.1.0-rc.0",
|
|
5256
5259
|
ngImport: i0,
|
|
5257
5260
|
type: UntypedFormBuilder,
|
|
5258
5261
|
deps: null,
|
|
@@ -5260,7 +5263,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5260
5263
|
});
|
|
5261
5264
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
5262
5265
|
minVersion: "12.0.0",
|
|
5263
|
-
version: "21.1.0-
|
|
5266
|
+
version: "21.1.0-rc.0",
|
|
5264
5267
|
ngImport: i0,
|
|
5265
5268
|
type: UntypedFormBuilder,
|
|
5266
5269
|
providedIn: 'root'
|
|
@@ -5268,7 +5271,7 @@ class UntypedFormBuilder extends FormBuilder {
|
|
|
5268
5271
|
}
|
|
5269
5272
|
i0.ɵɵngDeclareClassMetadata({
|
|
5270
5273
|
minVersion: "12.0.0",
|
|
5271
|
-
version: "21.1.0-
|
|
5274
|
+
version: "21.1.0-rc.0",
|
|
5272
5275
|
ngImport: i0,
|
|
5273
5276
|
type: UntypedFormBuilder,
|
|
5274
5277
|
decorators: [{
|
|
@@ -5279,8 +5282,6 @@ i0.ɵɵngDeclareClassMetadata({
|
|
|
5279
5282
|
}]
|
|
5280
5283
|
});
|
|
5281
5284
|
|
|
5282
|
-
const VERSION = /* @__PURE__ */new Version('21.1.0-next.3');
|
|
5283
|
-
|
|
5284
5285
|
class FormsModule {
|
|
5285
5286
|
static withConfig(opts) {
|
|
5286
5287
|
return {
|
|
@@ -5293,7 +5294,7 @@ class FormsModule {
|
|
|
5293
5294
|
}
|
|
5294
5295
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5295
5296
|
minVersion: "12.0.0",
|
|
5296
|
-
version: "21.1.0-
|
|
5297
|
+
version: "21.1.0-rc.0",
|
|
5297
5298
|
ngImport: i0,
|
|
5298
5299
|
type: FormsModule,
|
|
5299
5300
|
deps: [],
|
|
@@ -5301,7 +5302,7 @@ class FormsModule {
|
|
|
5301
5302
|
});
|
|
5302
5303
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5303
5304
|
minVersion: "14.0.0",
|
|
5304
|
-
version: "21.1.0-
|
|
5305
|
+
version: "21.1.0-rc.0",
|
|
5305
5306
|
ngImport: i0,
|
|
5306
5307
|
type: FormsModule,
|
|
5307
5308
|
declarations: [NgModel, NgModelGroup, NgForm],
|
|
@@ -5309,7 +5310,7 @@ class FormsModule {
|
|
|
5309
5310
|
});
|
|
5310
5311
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5311
5312
|
minVersion: "12.0.0",
|
|
5312
|
-
version: "21.1.0-
|
|
5313
|
+
version: "21.1.0-rc.0",
|
|
5313
5314
|
ngImport: i0,
|
|
5314
5315
|
type: FormsModule,
|
|
5315
5316
|
imports: [ɵInternalFormsSharedModule]
|
|
@@ -5317,7 +5318,7 @@ class FormsModule {
|
|
|
5317
5318
|
}
|
|
5318
5319
|
i0.ɵɵngDeclareClassMetadata({
|
|
5319
5320
|
minVersion: "12.0.0",
|
|
5320
|
-
version: "21.1.0-
|
|
5321
|
+
version: "21.1.0-rc.0",
|
|
5321
5322
|
ngImport: i0,
|
|
5322
5323
|
type: FormsModule,
|
|
5323
5324
|
decorators: [{
|
|
@@ -5343,7 +5344,7 @@ class ReactiveFormsModule {
|
|
|
5343
5344
|
}
|
|
5344
5345
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
5345
5346
|
minVersion: "12.0.0",
|
|
5346
|
-
version: "21.1.0-
|
|
5347
|
+
version: "21.1.0-rc.0",
|
|
5347
5348
|
ngImport: i0,
|
|
5348
5349
|
type: ReactiveFormsModule,
|
|
5349
5350
|
deps: [],
|
|
@@ -5351,7 +5352,7 @@ class ReactiveFormsModule {
|
|
|
5351
5352
|
});
|
|
5352
5353
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
5353
5354
|
minVersion: "14.0.0",
|
|
5354
|
-
version: "21.1.0-
|
|
5355
|
+
version: "21.1.0-rc.0",
|
|
5355
5356
|
ngImport: i0,
|
|
5356
5357
|
type: ReactiveFormsModule,
|
|
5357
5358
|
declarations: [FormControlDirective, FormGroupDirective, FormArrayDirective, FormControlName, FormGroupName, FormArrayName],
|
|
@@ -5359,7 +5360,7 @@ class ReactiveFormsModule {
|
|
|
5359
5360
|
});
|
|
5360
5361
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
5361
5362
|
minVersion: "12.0.0",
|
|
5362
|
-
version: "21.1.0-
|
|
5363
|
+
version: "21.1.0-rc.0",
|
|
5363
5364
|
ngImport: i0,
|
|
5364
5365
|
type: ReactiveFormsModule,
|
|
5365
5366
|
imports: [ɵInternalFormsSharedModule]
|
|
@@ -5367,7 +5368,7 @@ class ReactiveFormsModule {
|
|
|
5367
5368
|
}
|
|
5368
5369
|
i0.ɵɵngDeclareClassMetadata({
|
|
5369
5370
|
minVersion: "12.0.0",
|
|
5370
|
-
version: "21.1.0-
|
|
5371
|
+
version: "21.1.0-rc.0",
|
|
5371
5372
|
ngImport: i0,
|
|
5372
5373
|
type: ReactiveFormsModule,
|
|
5373
5374
|
decorators: [{
|