UNPKG

moh-common-lib

Version:

A library of Angular components, services, and styles for B.C. Government Ministry of Health (MoH).

8 lines (7 loc) 287 B
import { ValidatorFn, AbstractControl, Validator } from '@angular/forms'; export declare const commonValidateCity: ValidatorFn; export declare class ValidateCityDirective implements Validator { validate(control: AbstractControl): { [key: string]: any; } | null; }