perf(ivy): match query results on the TView level (#31489)

PR Close #31489
This commit is contained in:
Pawel Kozlowski
2019-06-07 10:55:48 +02:00
committed by Kara Erickson
parent 9c954ebc62
commit d52ae7cbab
20 changed files with 1001 additions and 1036 deletions

View File

@ -119,7 +119,7 @@ export class QueryList<T>/* implements Iterable<T> */ {
* on change detection, it will not notify of changes to the queries, unless a new change
* occurs.
*
* @param resultsTree The results tree to store
* @param resultsTree The query results to store
*/
reset(resultsTree: Array<T|any[]>): void {
this._results = flatten(resultsTree);