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

Method _processHints

src/material/form-field/form-field.ts:660–663  ·  view source on GitHub ↗

Does any extra processing that is required when handling the hints.

()

Source from the content-addressed store, hash-verified

658
659 /** Does any extra processing that is required when handling the hints. */
660 private _processHints() {
661 this._validateHints();
662 this._syncDescribedByIds();
663 }
664
665 /**
666 * Ensure that there is a maximum of one of each "mat-hint" alignment specified. The hint

Callers 2

hintLabelMethod · 0.95
_initializeSubscriptMethod · 0.95

Calls 2

_validateHintsMethod · 0.95
_syncDescribedByIdsMethod · 0.95

Tested by

no test coverage detected