systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
9 lines (8 loc) • 573 B
TypeScript
import { UntypedFormControl, ValidationErrors, Validator } from '@angular/forms';
import * as i0 from "@angular/core";
export declare const phoneValidator: (control: UntypedFormControl) => ValidationErrors | null;
export declare class PhoneValidatorDirective implements Validator {
validate(control: UntypedFormControl): ValidationErrors | null;
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneValidatorDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<PhoneValidatorDirective, "[systelab-phoneValidator]", never, {}, {}, never, never, false, never>;
}