refactor(ivy): move bind
instruction into i18nExp
(#31089)
i18nExp now uses `bind` internally rather than having the compiler generate it in order to bring it in line with other functions like `textBinding` & `property`. FW-1384 #resolve PR Close #31089
This commit is contained in:

committed by
Andrew Kushnir

parent
65544ac742
commit
87168acf39
2
tools/public_api_guard/core/core.d.ts
vendored
2
tools/public_api_guard/core/core.d.ts
vendored
@ -849,7 +849,7 @@ export declare function ɵɵi18nAttributes(index: number, values: string[]): voi
|
||||
|
||||
export declare function ɵɵi18nEnd(): void;
|
||||
|
||||
export declare function ɵɵi18nExp<T>(expression: T | NO_CHANGE): void;
|
||||
export declare function ɵɵi18nExp<T>(value: T): void;
|
||||
|
||||
/** @deprecated */
|
||||
export declare function ɵɵi18nLocalize(input: string, placeholders?: {
|
||||
|
Reference in New Issue
Block a user