Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ɵɵelementStart
Function · 0.90
ɵɵforeignComponent
Function · 0.90
ɵɵelementEnd
Function · 0.90
Tested by
no test coverage detected