()
| 338 | * Return the current `LView`. |
| 339 | */ |
| 340 | export function getLView<T>(): LView<T> { |
| 341 | return instructionState.lFrame.lView as LView<T>; |
| 342 | } |
| 343 | |
| 344 | /** |
| 345 | * Return the current `TView`. |
no outgoing calls
no test coverage detected
searching dependent graphs…