MCPcopy
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

getSelectorForFunction · 0.95
selector_spec.tsFile · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected