angular-ngx-translate-typing
angular-ngx-translate-typing copied to clipboard
handling with spilted translation files
In this project the translation files are replaced from json to typescript, and the loading via webpack instead of httpClient. The problem, is when we have big app and have translation file for each module, then each module will be in different folder, and when using webpack dynamic import, it won't fetch on build time the ts files that in the folders. Do you have solution for that?