(callback: Function)
| 126 | } |
| 127 | |
| 128 | onDestroy(callback: Function) { |
| 129 | storeLViewOnDestroy(this._lView, callback as () => void); |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Marks a view and all of its ancestors dirty. |
nothing calls this directly
no test coverage detected