1 | import { Provider } from '@angular/core';
|
2 | import { MinValidator } from '@angular/forms';
|
3 | import * as i0 from "@angular/core";
|
4 |
|
5 |
|
6 |
|
7 |
|
8 | export declare const ION_MIN_VALIDATOR: Provider;
|
9 | export declare class IonMinValidator extends MinValidator {
|
10 | static ɵfac: i0.ɵɵFactoryDeclaration<IonMinValidator, never>;
|
11 | static ɵdir: i0.ɵɵDirectiveDeclaration<IonMinValidator, "ion-input[type=number][min][formControlName],ion-input[type=number][min][formControl],ion-input[type=number][min][ngModel]", never, {}, {}, never, never, false, never>;
|
12 | }
|