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

Function eagerContentAdapter

packages/core/test/render3/foreign_component_spec.ts:343–345  ·  view source on GitHub ↗
(producer: () => Node[])

Source from the content-addressed store, hash-verified

341function noopOnDestroy() {}
342
343function eagerContentAdapter(producer: () => Node[]): Node[] {
344 return producer();
345}
346
347function renderSecondInstance(fixture: ViewFixture): HTMLElement {
348 const hostLView = fixture.lView[PARENT] as LView;

Callers

nothing calls this directly

Calls 1

producerFunction · 0.85

Tested by

no test coverage detected