errorRenderer property

  1. @Input()
ErrorFn? errorRenderer
getter/setter pair

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;