UNPKG

ngx-ui-hero

Version:

Simple, fast and reliable utilities for Angular.

19 lines (18 loc) 1.02 kB
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 InputPercentComponent extends ElementBase<number> implements OnInit { config: InputFormsConfig; showInputGroup?: boolean; inputGroupText?: string; placeholder: string; precision: number; model: NgModel; identifier: string; constructor(validators: Array<any>, asyncValidators: Array<any>, config: InputFormsConfig); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<InputPercentComponent, [{ optional: true; }, { optional: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<InputPercentComponent, "input-percent", never, { "showInputGroup": "showInputGroup"; "inputGroupText": "inputGroupText"; "placeholder": "placeholder"; "precision": "precision"; }, {}, never, never, false, never>; }