Boost up your performance using Angular preloading strategy
Angular Router has been supporting lazy loading of child modules for a long time. What’s even more cool is that later on they added PreloadAllModules
strategy so you can preload all of the modules in the background asynchronously. This will help boost up the loading time and performance tremendously.
Jun 06, 2018
3 min