MCPcopy
hub / github.com/angular/angular / createDom

Function createDom

modules/benchmarks/src/hydration/init.ts:55–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 function createDom() {
56 const hostElement = document.getElementById('table')!;
57 tableComponentRef = createComponent(TableComponent, {environmentInjector, hostElement});
58 setInput(data);
59 }
60
61 function prepare() {
62 destroyDom();

Callers

nothing calls this directly

Calls 2

createComponentFunction · 0.90
setInputFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…