UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

9 lines (8 loc) 241 B
import { AbstractControl } from "@angular/forms"; /** * Removes the specified errors from a form control * * @param field * @param errorKeys */ export declare function removeErrors(field: AbstractControl, ...errorKeys: string[]): void;