refactor(ivy): update ɵɵtextBinding to not take index (#30792)
- Splits core functionality off into a shared internal function - ɵɵtextBinding will no longer require an index - Alters the compiler to stop generating an index argument for the instruction - Updates tests - Updates some usage of ɵɵtextBinding in i18n to use the helper function instead PR Close #30792
This commit is contained in:
2
tools/public_api_guard/core/core.d.ts
vendored
2
tools/public_api_guard/core/core.d.ts
vendored
@ -1051,7 +1051,7 @@ export declare function ɵɵtemplateRefExtractor(tNode: TNode, currentView: LVie
|
||||
|
||||
export declare function ɵɵtext(index: number, value?: any): void;
|
||||
|
||||
export declare function ɵɵtextBinding<T>(index: number, value: T | NO_CHANGE): void;
|
||||
export declare function ɵɵtextBinding<T>(value: T | NO_CHANGE): void;
|
||||
|
||||
export declare function ɵɵtextInterpolate(v0: any): TsickleIssue1009;
|
||||
|
||||
|
Reference in New Issue
Block a user