Control Renderer
interface ControlRenderer
Content copied to clipboard
This interface defines a type for the rendering of one formControl.
As there are different kind of controls, it is necessary to make the rendering a strategy! This offers also an easy way to customize the rendering, if the default implementations do not fit.
Remember to apply necessary CSS marker classes to the container elements formGroupElementContainerMarker of the rendered structure.