Aspnetcore-angular-universal: Lazy Loaded demo not really lazy.

Created on 15 Dec 2017  路  2Comments  路  Source: TrilonIO/aspnetcore-angular-universal

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.

question

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings