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: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
_blur
Method · 0.95
Calls
3
_onTouched
Method · 0.80
markForCheck
Method · 0.80
next
Method · 0.45
Tested by
no test coverage detected