(tView: TView, tNode: TNode)
| 197 | } |
| 198 | |
| 199 | elementStart(tView: TView, tNode: TNode): void { |
| 200 | if (this.isApplyingToNode(tNode)) { |
| 201 | this.matchTNode(tView, tNode); |
| 202 | } |
| 203 | } |
| 204 | |
| 205 | elementEnd(tNode: TNode): void { |
| 206 | if (this._declarationNodeIndex === tNode.index) { |
no test coverage detected