MCPcopy Index your code
hub / github.com/angular/angular / initWithTemplate

Function initWithTemplate

packages/core/test/acceptance/change_detection_spec.ts:1786–1788  ·  view source on GitHub ↗
(template: string)

Source from the content-addressed store, hash-verified

1784 }
1785
1786 function initWithTemplate(template: string) {
1787 return initComponent({template});
1788 }
1789 function initWithHostBindings(bindings: {[key: string]: string}) {
1790 return initComponent({host: bindings});
1791 }

Callers 1

Calls 1

initComponentFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…