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

Method getNativeElement

src/material/chips/chip-edit-input.ts:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 getNativeElement(): HTMLElement {
34 return this._elementRef.nativeElement;
35 }
36
37 setValue(value: string) {
38 this.getNativeElement().textContent = value;

Callers 8

initializeMethod · 0.95
setValueMethod · 0.95
getValueMethod · 0.95
vitest.spec.tsFile · 0.45
_onEditFinishMethod · 0.45
chip-row.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected