LmnErrorStateMatcher
A function that takes an
and a boolean
for isFormSubmitted value and returns a boolean
Presentation
type LmnErrorStateMatcher = (
control: AbstractControl | null,
isFormSubmitted: boolean,
readonly: boolean,
) => boolean | Observable <boolean>;