()
| 300 | /** Text for the form field hint. */ |
| 301 | @Input() |
| 302 | get hintLabel(): string { |
| 303 | return this._hintLabel; |
| 304 | } |
| 305 | set hintLabel(value: string) { |
| 306 | this._hintLabel = value; |
| 307 | this._processHints(); |
nothing calls this directly
no test coverage detected