UNPKG

cc-form-engine

Version:

Advanced Angular library for reactive form generation and management with dynamic validation, change tracking, and customizable error messages

18 lines (17 loc) 578 B
import { FieldType } from '../interfaces/form-config.interface'; import * as i0 from "@angular/core"; export declare class ValueParser { private configService; parseValue(value: any, type: FieldType): any; private parseNumber; private parseMoney; private parsePercentage; private parseBoolean; private parseDate; private parseStringArray; private parseArray; private parseString; private getDefaultValue; static ɵfac: i0.ɵɵFactoryDeclaration<ValueParser, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ValueParser>; }