refactor(ivy): remove i18nLocalize instruction (#31609)

This has been replaced by the `$localize` tag.

PR Close #31609
This commit is contained in:
Pete Bacon Darwin
2019-07-31 10:52:38 +01:00
committed by Misko Hevery
parent fa79f51645
commit c024d89448
6 changed files with 2 additions and 9 deletions

View File

@ -888,11 +888,6 @@ export declare function ɵɵi18nEnd(): void;
export declare function ɵɵi18nExp<T>(value: T): TsickleIssue1009;
/** @deprecated */
export declare function ɵɵi18nLocalize(input: string, placeholders?: {
[key: string]: string;
}): string;
export declare function ɵɵi18nPostprocess(message: string, replacements?: {
[key: string]: (string | string[]);
}): string;