Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
initialize
Method · 0.95
setValue
Method · 0.95
getValue
Method · 0.95
_moveCursorToEndOfInput
Method · 0.95
vitest.spec.ts
File · 0.45
chip-edit-input.spec.ts
File · 0.45
_onEditFinish
Method · 0.45
chip-row.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected