UNPKG

ng-prime-tools

Version:

An advanced PrimeNG table for Angular

16 lines 844 B
import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { FormNumberField } from '../models/form-number-field.model'; import * as i0 from "@angular/core"; export declare class PTNumberInputComponent implements OnInit { formGroup: FormGroup; formField: FormNumberField; ngOnInit(): void; setupControl(): void; private getValidators; private validateWithInputValidation; getErrorMessage(): string; static ɵfac: i0.ɵɵFactoryDeclaration<PTNumberInputComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PTNumberInputComponent, "pt-number-input", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "formField": { "alias": "formField"; "required": false; }; }, {}, never, never, false, never>; } //# sourceMappingURL=pt-number-input.component.d.ts.map