UNPKG

@yyasinaslan/easyform

Version:
7 lines (6 loc) 193 B
import { ValidatorFn } from "@angular/forms"; import { ObservableString } from "./observable-string"; export interface Validation { validator: ValidatorFn; message: ObservableString; }