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:202–206 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
200
);
201
202
const
createFn = () => {
203
ɵɵelementStart(0,
'div'
);
204
ɵɵforeignComponent(1, 0);
205
ɵɵelementEnd();
206
};
207
const
expectedHtml =
208
''
+
209
'<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