MCPcopy Create free account
hub / github.com/angular/angular / ɵɵdomElement

Function ɵɵdomElement

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

Source from the content-addressed store, hash-verified

301 * @codeGenApi
302 */
303export function ɵɵdomElement(
304 index: number,
305 name: string,
306 attrsIndex?: number | null,
307 localRefsIndex?: number,
308): typeof ɵɵdomElement {
309 ɵɵdomElementStart(index, name, attrsIndex, localRefsIndex);
310 ɵɵdomElementEnd();
311 return ɵɵdomElement;
312}
313
314let _locateOrCreateElementNode: typeof locateOrCreateElementNodeImpl = (
315 tView: TView,

Callers

nothing calls this directly

Calls 2

ɵɵdomElementStartFunction · 0.85
ɵɵdomElementEndFunction · 0.85

Tested by

no test coverage detected