Most multilingual apps allow the user to dynamically change the language at runtime without restarting or interrupting the state of the app.
I would like to have the performance benefits of AoT but include multiple languages in the same build and let the user switch between them at runtime. I don't want to have to distribute a separate version of the code for every single language supported.
There are solutions like Angular2Localization that work this way but they aren't quite as powerful as Angular's official solution.
Most multilingual apps allow the user to dynamically change the language at runtime without restarting or interrupting the state of the app.
I would like to have the performance benefits of AoT but include multiple languages in the same build and let the user switch between them at runtime. I don't want to have to distribute a separate version of the code for every single language supported.
There are solutions like Angular2Localization that work this way but they aren't quite as powerful as Angular's official solution.