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

Function ɵɵdomElement

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

ɵɵdomElementStartFunction · 0.85
ɵɵdomElementEndFunction · 0.85

Tested by

no test coverage detected