errorRenderer property
A function which takes in an error map, and returns another map, replacing errors with human readable text.
WARNING: The API of this mechanism is still in flux and there will be breaking changes. Be careful relying on it.
Implementation
@Input()
ErrorFn? errorRenderer;