MCPcopy Index your code
hub / github.com/angular/angular / ɵɵelement

Function ɵɵelement

packages/core/src/render3/instructions/element.ts:212–221  ·  view source on GitHub ↗
(
  index: number,
  name: string,
  attrsIndex?: number | null,
  localRefsIndex?: number,
)

Source from the content-addressed store, hash-verified

210 * @codeGenApi
211 */
212export function ɵɵelement(
213 index: number,
214 name: string,
215 attrsIndex?: number | null,
216 localRefsIndex?: number,
217): typeof ɵɵelement {
218 ɵɵelementStart(index, name, attrsIndex, localRefsIndex);
219 ɵɵelementEnd();
220 return ɵɵelement;
221}
222
223/**
224 * Create DOM element that cannot have any directives.

Callers 12

CompClass · 0.90
createAnchorFunction · 0.85
createDivFunction · 0.85
createScriptFunction · 0.85
createTextFunction · 0.85
createDivWithStyleFunction · 0.85
createDivWithStylingFunction · 0.85

Calls 2

ɵɵelementStartFunction · 0.85
ɵɵelementEndFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…