7
tools/public_api_guard/forms/forms.d.ts
vendored
7
tools/public_api_guard/forms/forms.d.ts
vendored
@ -86,6 +86,13 @@ export declare abstract class AbstractControlDirective {
|
||||
reset(value?: any): void;
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export interface AbstractControlOptions {
|
||||
asyncValidators?: AsyncValidatorFn | AsyncValidatorFn[] | null;
|
||||
updateOn?: 'change' | 'blur' | 'submit';
|
||||
validators?: ValidatorFn | ValidatorFn[] | null;
|
||||
}
|
||||
|
||||
/** @stable */
|
||||
export declare class AbstractFormGroupDirective extends ControlContainer implements OnInit, OnDestroy {
|
||||
readonly asyncValidator: AsyncValidatorFn | null;
|
||||
|
Reference in New Issue
Block a user