This reverts commit a647298412
.
PR Close #32088
This commit is contained in:
4
tools/public_api_guard/forms/forms.d.ts
vendored
4
tools/public_api_guard/forms/forms.d.ts
vendored
@ -255,7 +255,7 @@ export declare class FormControlName extends NgControl implements OnChanges, OnD
|
||||
readonly formDirective: any;
|
||||
isDisabled: boolean;
|
||||
/** @deprecated */ model: any;
|
||||
name: string | number | null;
|
||||
name: string;
|
||||
readonly path: string[];
|
||||
/** @deprecated */ update: EventEmitter<any>;
|
||||
readonly validator: ValidatorFn | null;
|
||||
@ -353,7 +353,7 @@ export declare const NG_VALUE_ACCESSOR: InjectionToken<ControlValueAccessor>;
|
||||
|
||||
export declare abstract class NgControl extends AbstractControlDirective {
|
||||
readonly asyncValidator: AsyncValidatorFn | null;
|
||||
name: string | number | null;
|
||||
name: string | null;
|
||||
readonly validator: ValidatorFn | null;
|
||||
valueAccessor: ControlValueAccessor | null;
|
||||
abstract viewToModelUpdate(newValue: any): void;
|
||||
|
Reference in New Issue
Block a user