As suggested by the resultant text, I viewed my network monitor:
The 0.js is "late" loaded after the initial scripts but happens before I click on the tab to display it.
Hi,
It is probably du to the preloadingStrategy: PreloadAllModules.
Regards
@Rogerio-Soares is correct, that's used also to help prevent some flicker (that can occur from time to time), try removing that to see if everything works for you as expected!
Hope that helps.