MCPcopy Create free account
hub / github.com/angular/angular / createFn

Function createFn

packages/core/test/render3/foreign_component_spec.ts:170–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 );
169
170 const createFn = () => {
171 ɵɵelementStart(0, 'div');
172 ɵɵforeignComponent(1, 0);
173 ɵɵelementEnd();
174 };
175 const expectedHtml =
176 '' +
177 '<div>' +

Callers

nothing calls this directly

Calls 3

ɵɵelementStartFunction · 0.90
ɵɵforeignComponentFunction · 0.90
ɵɵelementEndFunction · 0.90

Tested by

no test coverage detected