UNPKG

ngx-ui-hero

Version:

Simple, fast and reliable utilities for Angular.

17 lines (16 loc) 873 B
import { OnInit } from '@angular/core'; import { NgModel } from '@angular/forms'; import { ElementBase } from '../../base/element-base'; import { InputFormsConfig } from '../../input-forms-config'; import * as i0 from "@angular/core"; export declare class InputNumberComponent extends ElementBase<string> implements OnInit { config: InputFormsConfig; maxValue: number; minValue: number; model: NgModel; identifier: string; constructor(validators: Array<any>, asyncValidators: Array<any>, config: InputFormsConfig); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<InputNumberComponent, [{ optional: true; }, { optional: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<InputNumberComponent, "input-number", never, { "maxValue": "maxValue"; "minValue": "minValue"; }, {}, never, never, false, never>; }