MCPcopy
hub / github.com/angular/components / hintLabel

Method hintLabel

src/material/form-field/form-field.ts:302–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 1

_processHintsMethod · 0.95

Tested by

no test coverage detected