signal-template-forms
Version:
A powerful, type-safe Angular forms library built with signals, providing reactive form management with excellent developer experience and performance.
21 lines (20 loc) • 517 B
TypeScript
export declare enum FormFieldType {
AUTOCOMPLETE = "autocomplete",
CHECKBOX = "checkbox",
CHECKBOX_GROUP = "checkbox-group",
CHIPLIST = "chiplist",
COLOR = "color",
DATETIME = "datetime",
FILE = "file",
MULTISELECT = "multiselect",
NUMBER = "number",
PASSWORD = "password",
RADIO = "radio",
RATING = "rating",
REPEATABLE_GROUP = "repeatable-group",
SELECT = "select",
SLIDER = "slider",
SWITCH = "switch",
TEXT = "text",
TEXTAREA = "textarea"
}