* Creates an empty instance of a `LContext` context
(lView: LView, nodeIndex: number, native: RNode)
| 133 | * Creates an empty instance of a `LContext` context |
| 134 | */ |
| 135 | function createLContext(lView: LView, nodeIndex: number, native: RNode): LContext { |
| 136 | return new LContext(lView[ID], nodeIndex, native); |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * Takes a component instance and returns the view for that component. |
no outgoing calls
no test coverage detected
searching dependent graphs…