()
| 48 | private exhaustive?: boolean; |
| 49 | |
| 50 | get rootNodes(): any[] { |
| 51 | const lView = this._lView; |
| 52 | const tView = lView[TVIEW]; |
| 53 | return collectNativeNodes(tView, lView, tView.firstChild, []); |
| 54 | } |
| 55 | |
| 56 | constructor( |
| 57 | /** |
nothing calls this directly
no test coverage detected