moh-common-lib
Version:
A library of Angular components, services, and styles for B.C. Government Ministry of Health (MoH).
15 lines (14 loc) • 358 B
TypeScript
import { Validator, AbstractControl, ValidatorFn } from '@angular/forms';
/**
* @deprecated
* @param control
*/
export declare const commonValidateName: ValidatorFn;
/**
* @deprecated
*/
export declare class ValidateNameDirective implements Validator {
validate(control: AbstractControl): {
[key: string]: any;
} | null;
}