How can you preload some, but not all, of the lazily-loaded modules in an Angular application?

  • It's not possible
  • Setting the 'preload' property
  • Using canActivateChild guard
  • Using the preloadStrategy
You can preload some, but not all, of the lazily-loaded modules in Angular by specifying the preloadStrategy in the route configuration.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *