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

Function eagerContentAdapter

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

Source from the content-addressed store, hash-verified

379function noopOnDestroy() {}
380
381function eagerContentAdapter(producer: () => Node[]): Node[] {
382 return producer();
383}
384
385function renderSecondInstance(fixture: ViewFixture): HTMLElement {
386 const hostLView = fixture.lView[PARENT] as LView;

Callers

nothing calls this directly

Calls 1

producerFunction · 0.85

Tested by

no test coverage detected