UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

16 lines (15 loc) 556 B
import { Control } from "@angular/common"; import { ElementRef, OnInit } from "@angular/core"; import { OdisseiaInput } from "../odisseia-input/odisseia-input"; export declare class MatchValidation implements OnInit { private controlHost; private validationMessage; match: Control; static matchValue: Object; static value: Object; constructor(controlHost: OdisseiaInput, validationMessage: string, el: ElementRef); ngOnInit(): any; static matchValidation(c: Control): { [s: string]: boolean; }; }