projects/forms/field/hint.directive.ts
import { CngxHint } from '@cngx/forms/field'
Marks the hint element inside a cngx-form-field.
cngx-form-field
Automatically sets its id for aria-describedby linkage. The hint remains in the DOM at all times - screen readers read it alongside errors to provide context.
id
aria-describedby
<span cngxHint>Business email address</span>
[cngxHint]
cngxHint
[id]
presenter.hintId()