Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
7
export
interface
_RxVirtualViewContent {
8
viewContainerRef: ViewContainerRef;
9
templateRef: TemplateRef<unknown>;
10
}
11
12
/**
13
* @internal
Callers
nothing calls this directly
Implementers
1
RxVirtualViewContent
libs/template/virtual-view/src/lib/vir
Calls
no outgoing calls
Tested by
no test coverage detected