UNPKG

ngx-form-lib

Version:

Dynamic form library for Angular 18 with Material 3 support. Create complex reactive forms easily using JSON configuration with modern Angular 18 control flow syntax.

11 lines (10 loc) 298 B
export declare enum FieldSubTypeEnum { Button = "button", Email = "email", Number = "number", Password = "password", Reset = "reset", Submit = "submit", Text = "text" } export type FieldSubType = 'button' | 'email' | 'number' | 'password' | 'reset' | 'submit' | 'text';