You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
646 B

import { Provider } from '@angular/core';
import { MinValidator } from '@angular/forms';
import * as i0 from "@angular/core";
/**
* @description
* Provider which adds `MinValidator` to the `NG_VALIDATORS` multi-provider list.
*/
export declare const ION_MIN_VALIDATOR: Provider;
export declare class IonMinValidator extends MinValidator {
static ɵfac: i0.ɵɵFactoryDeclaration<IonMinValidator, never>;
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>;
}