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

Method _markAsTouched

src/material/chips/chip-grid.ts:528–532  ·  view source on GitHub ↗

Mark the field as touched

()

Source from the content-addressed store, hash-verified

526
527 /** Mark the field as touched */
528 private _markAsTouched() {
529 this._onTouched();
530 this._changeDetectorRef.markForCheck();
531 this.stateChanges.next();
532 }
533}

Callers 1

_blurMethod · 0.95

Calls 3

_onTouchedMethod · 0.80
markForCheckMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected