MCPcopy
hub / github.com/angular/components / _getEditInput

Method _getEditInput

src/material/chips/chip-row.ts:243–245  ·  view source on GitHub ↗

* Gets the projected chip edit input, or the default input if none is projected in. One of these * two values is guaranteed to be defined.

()

Source from the content-addressed store, hash-verified

241 * two values is guaranteed to be defined.
242 */
243 private _getEditInput(): MatChipEditInput {
244 return this.contentEditInput || this.defaultEditInput!;
245 }
246}

Callers 2

_startEditingMethod · 0.95
_onEditFinishMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected