@ctodev/cclibrary-typings
Version:
Library typings for use with CLARC INFINITY
5 lines (4 loc) • 320 B
TypeScript
import { ValidatorFn } from "@angular/forms";
import { BehaviorSubject } from "rxjs";
export declare function tccNotSameValidator(compareValues: string | string[]): ValidatorFn;
export declare function tccNotSameValidatorASync(compareValues: BehaviorSubject<string[]>, skipValue?: BehaviorSubject<string>): ValidatorFn;