Hi,
TranslationLoaderJson has invalid documentation. On last example, in main.ts file we have a loaderOptions object which has path field set to 'assets/localization/-lang.json'. This will resolve in file lookup error. I think this should be changed to 'assets/localization/{{ language }}-lang.json'.
Hi, TranslationLoaderJson has invalid documentation. On last example, in main.ts file we have a loaderOptions object which has path field set to 'assets/localization/-lang.json'. This will resolve in file lookup error. I think this should be changed to 'assets/localization/{{ language }}-lang.json'.