Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_blur
Method · 0.95
Calls
3
_onTouched
Method · 0.80
markForCheck
Method · 0.80
next
Method · 0.45
Tested by
no test coverage detected