()
| 304 | * @returns The ViewContainerRef instance to use |
| 305 | */ |
| 306 | export function injectViewContainerRef(): ViewContainerRef { |
| 307 | const previousTNode = getCurrentTNode() as TElementNode | TElementContainerNode | TContainerNode; |
| 308 | return createContainerRef(previousTNode, getLView()); |
| 309 | } |
| 310 | |
| 311 | class R3ViewContainerRef extends ViewContainerRef { |
| 312 | constructor( |
nothing calls this directly
no test coverage detected
searching dependent graphs…