Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ setElement
Method
setElement
packages/compiler/src/directive_matching.ts:181–183 ·
view source on GitHub ↗
(element: string | null = null)
Source
from the content-addressed store, hash-verified
179
}
180
181
setElement(element: string | null = null) {
182
this.element = element;
183
}
184
185
getAttrs(): string[] {
186
const
result: string[] = [];
Callers
4
getSelectorFor
Function · 0.95
createCssSelectorFromNode
Function · 0.95
selector_spec.ts
File · 0.80
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected