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
6
tools/public_api_guard/core/core.d.ts
vendored
6
tools/public_api_guard/core/core.d.ts
vendored
@ -752,7 +752,7 @@ export declare function ɵɵcontainerRefreshEnd(): void;
|
||||
|
||||
export declare function ɵɵcontainerRefreshStart(index: number): void;
|
||||
|
||||
export declare function ɵɵcontentQuery<T>(directiveIndex: number, predicate: Type<any> | string[], descend: boolean, read: any): QueryList<T>;
|
||||
export declare function ɵɵcontentQuery<T>(directiveIndex: number, predicate: Type<any> | string[], descend: boolean, read: any): void;
|
||||
|
||||
export declare const ɵɵdefaultStyleSanitizer: StyleSanitizeFn;
|
||||
|
||||
@ -926,7 +926,7 @@ export declare function ɵɵload<T>(index: number): T;
|
||||
|
||||
export declare function ɵɵloadContentQuery<T>(): QueryList<T>;
|
||||
|
||||
export declare function ɵɵloadViewQuery<T>(): T;
|
||||
export declare function ɵɵloadViewQuery<T>(): QueryList<T>;
|
||||
|
||||
export declare function ɵɵnamespaceHTML(): void;
|
||||
|
||||
@ -1115,7 +1115,7 @@ export declare function ɵɵtextInterpolateV(values: any[]): TsickleIssue1009;
|
||||
|
||||
export declare function ɵɵupdateSyntheticHostBinding<T>(propName: string, value: T | NO_CHANGE, sanitizer?: SanitizerFn | null): TsickleIssue1009;
|
||||
|
||||
export declare function ɵɵviewQuery<T>(predicate: Type<any> | string[], descend: boolean, read: any): QueryList<T>;
|
||||
export declare function ɵɵviewQuery<T>(predicate: Type<any> | string[], descend: boolean, read: any): void;
|
||||
|
||||
export declare const PACKAGE_ROOT_URL: InjectionToken<string>;
|
||||
|
||||
|
Reference in New Issue
Block a user