ngx-ui-hero
Version:
Simple, fast and reliable utilities for Angular.
11 lines (10 loc) • 465 B
TypeScript
import { FormControl, Validator } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class MaxValueDirective implements Validator {
max: number;
validate(c: FormControl): {
[key: string]: any;
};
static ɵfac: i0.ɵɵFactoryDeclaration<MaxValueDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MaxValueDirective, "[max][ngModel]", never, { "max": "max"; }, {}, never, never, false, never>;
}