UNPKG

signal-template-forms

Version:

A powerful, type-safe Angular forms library built with signals, providing reactive form management with excellent developer experience and performance.

9 lines (8 loc) 214 B
export declare enum NumberInputType { STANDARD = "standard", CURRENCY = "currency", PERCENTAGE = "percentage", DECIMAL = "decimal", INTEGER = "integer", UNIT_CONVERSION = "unitConversion" }