* Adds a new TQuery to a collection of queries tracked in a given view. * @param tQuery
(tQuery: TQuery)
| 139 | * @param tQuery |
| 140 | */ |
| 141 | track(tQuery: TQuery): void; |
| 142 | |
| 143 | /** |
| 144 | * Returns a TQuery instance for at the given index in the queries array. |
no outgoing calls
no test coverage detected