I am using angular 15.2.0, with angular universal, and angular localization..
I noticed one strange thing when prerendering the arabic version of the website,,
as known angular localization generate a separate version of your website for every localization supported.
I use arabic and english,, when prerendering both arabic and eglish websites are generated successfully.
English localized text is loaded into the HTML website, and English content coming from the API calls is loaded successfully as well during the prerender process.
In the Arabic version the problems happen, Arabic translated text is loaded successfully,, BUT Arabic text coming from the API call, is not loaded successfully, it shows as encrypted text.. check the below photo, these are the prerendered files, now when running the application on the server, it flashes this text (the encrypted one) then shows the correct text when running the scripts.
My qyestion is how to solve this issue,, and how to solve the flashing between showing the prerendered file and executing the scripts.
