UNPKG

646 BTypeScriptView Raw
1import { Provider } from '@angular/core';
2import { MaxValidator } from '@angular/forms';
3import * as i0 from "@angular/core";
4/**
5 * @description
6 * Provider which adds `MaxValidator` to the `NG_VALIDATORS` multi-provider list.
7 */
8export declare const ION_MAX_VALIDATOR: Provider;
9export declare class IonMaxValidator extends MaxValidator {
10 static ɵfac: i0.ɵɵFactoryDeclaration<IonMaxValidator, never>;
11 static ɵdir: i0.ɵɵDirectiveDeclaration<IonMaxValidator, "ion-input[type=number][max][formControlName],ion-input[type=number][max][formControl],ion-input[type=number][max][ngModel]", never, {}, {}, never, never, false, never>;
12}