Aug 26, 2017 · 1 min read
Thank you for the tutorial.
When I try to serve the application in Spanish or any other language:
$ ng serve --aot \
--i18n-file=src/i18n/messages.es.xlf \
--locale=es \
--i18n-format=xlfI get the following error:
ERROR in ./src/main.ts
Module not found: Error: Can’t resolve ‘./$$_gendir/app/app.module.ngfactory’ in ‘/home/luisjose/ProyectosGit/angular-aplicacion-multi-idioma/src’
@ ./src/main.ts 4:0–74
@ multi webpack-dev-server/client?http://localhost:4200 ./src/main.ts
And I can only see the application in English.
