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

Method _markAsTouched

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

Mark the field as touched

()

Source from the content-addressed store, hash-verified

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

Callers 1

_blurMethod · 0.95

Calls 3

_onTouchedMethod · 0.80
markForCheckMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected