UNPKG

@rero/ng-core

Version:

RERO angular core library.

6 lines (5 loc) 359 B
import { ValidatorFn } from "@angular/forms"; export declare class Validators { static datesGreaterThan(dateFirstName: string, dateLastName: string, targetField: string, strictMode?: boolean): ValidatorFn; } export declare function datesGreaterThanValidator(dateFirstName: string, dateLastName: string, targetField: string, strict: boolean): ValidatorFn;