projects/forms/field/models.ts
A callable that returns a CngxFieldRef - matches the shape of Angular Signal Forms' Field<T>.
CngxFieldRef
Field<T>
// Signal Forms field is already a callable: const emailField: Field<string> = schema(...); // Pass directly: <cngx-form-field [field]="emailField">
function