UNPKG

@ionic/angular

Version:

Angular specific wrappers for @ionic/core

13 lines (12 loc) 646 B
import { Provider } from '@angular/core'; import { MaxValidator } from '@angular/forms'; import * as i0 from "@angular/core"; /** * @description * Provider which adds `MaxValidator` to the `NG_VALIDATORS` multi-provider list. */ export declare const ION_MAX_VALIDATOR: Provider; export declare class IonMaxValidator extends MaxValidator { static ɵfac: i0.ɵɵFactoryDeclaration<IonMaxValidator, never>; 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>; }