MCPcopy Index your code
hub / github.com/angular/components / _edit

Method _edit

src/material/chips/chip-row.ts:188–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 }
187
188 override _edit(): void {
189 // markForCheck necessary for edit input to be rendered
190 this._changeDetectorRef.markForCheck();
191 this._startEditing();
192 }
193
194 private _startEditing(event?: Event) {
195 if (

Callers

nothing calls this directly

Calls 2

_startEditingMethod · 0.95
markForCheckMethod · 0.80

Tested by

no test coverage detected