MCPcopy Create free account
hub / github.com/angular/components / updateErrorState

Method updateErrorState

src/material/input/input.ts:417–419  ·  view source on GitHub ↗

Refreshes the error state of the input.

()

Source from the content-addressed store, hash-verified

415
416 /** Refreshes the error state of the input. */
417 updateErrorState() {
418 this._errorStateTracker.updateErrorState();
419 }
420
421 /** Callback for the cases where the focused state of the input changes. */
422 _focusChanged(isFocused: boolean) {

Callers 3

ngDoCheckMethod · 0.95
ngDoCheckFunction · 0.45
updateErrorStateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected