MCPcopy Create free account
hub / github.com/angular/angular / ɵɵi18nPostprocess

Function ɵɵi18nPostprocess

packages/core/src/render3/instructions/i18n.ts:212–217  ·  view source on GitHub ↗
(
  message: string,
  replacements: {[key: string]: string | string[]} = {},
)

Source from the content-addressed store, hash-verified

210 * @codeGenApi
211 */
212export function ɵɵi18nPostprocess(
213 message: string,
214 replacements: {[key: string]: string | string[]} = {},
215): string {
216 return i18nPostprocess(message, replacements);
217}

Callers 1

i18n_spec.tsFile · 0.90

Calls 1

i18nPostprocessFunction · 0.90

Tested by

no test coverage detected