revert: refactor(ivy): Update query-related comments (#29342)
This commit is contained in:
@ -365,9 +365,7 @@ export function query<T>(
|
||||
/**
|
||||
* Refreshes a query by combining matches from all active views and removing matches from deleted
|
||||
* views.
|
||||
*
|
||||
* @returns `true` if a query got dirty during change detection or if this is a static query
|
||||
* resolving in creation mode, `false` otherwise.
|
||||
* Returns true if a query got dirty during change detection, false otherwise.
|
||||
*/
|
||||
export function queryRefresh(queryList: QueryList<any>): boolean {
|
||||
const queryListImpl = (queryList as any as QueryList_<any>);
|
||||
|
Reference in New Issue
Block a user