Angular - Performance Optimization
In Angular routing, how do you configure the router to preload every lazy-loaded module automatically?
PreloadAllModules to preload all lazy-loaded modules.RouterModule.forRoot() method, set preloadingStrategy: PreloadAllModules to enable automatic preloading.preloadingStrategy: PreloadAllModules in the router module imports -> Option D15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions