Const

BUILT_IN_FIELDS

@ng-forge/dynamic-forms

Built-in field types provided by the dynamic form library.

Each field type is validated at compile time using satisfies, ensuring type safety of the mapper function while allowing the array to be typed as FieldTypeDefinition[] for consumer flexibility.

Signature

const BUILT_IN_FIELDS: FieldTypeDefinition<any>[]