@angular/core

TRANSLATIONS

constant

Use this token at bootstrap to provide the content of your translation file (xtb, xlf or xlf2) when you want to translate your application in another language.

const TRANSLATIONS: InjectionToken<string>;
Jump to details