projects/forms/field/form-errors.component.ts
import { FormErrorItem } from '@cngx/forms/field'
A single error item in the form-level summary.
string
The field name (from FieldState.name()).
function
Focus the invalid field's control.
Error kind (e.g. 'required').
Resolved error message.