MCPcopy
hub / github.com/rx-angular/rx-angular / _RxVirtualViewContent

Interface _RxVirtualViewContent

libs/template/virtual-view/src/lib/model.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 * @internal
6 */
7export interface _RxVirtualViewContent {
8 viewContainerRef: ViewContainerRef;
9 templateRef: TemplateRef<unknown>;
10}
11
12/**
13 * @internal

Callers

nothing calls this directly

Implementers 1

RxVirtualViewContentlibs/template/virtual-view/src/lib/vir

Calls

no outgoing calls

Tested by

no test coverage detected