perf(ivy): match query results on the TView level (#31489)
PR Close #31489
This commit is contained in:

committed by
Kara Erickson

parent
9c954ebc62
commit
d52ae7cbab
@ -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);
|
||||
|
Reference in New Issue
Block a user