Outline

In this exercise...

you will practice lazy loading a module.

Directions:

In the github repo, open up the exercise in the Exercises/Feature-Modules/Exercise-Lazy-Loading/flopbuster folder

github repo

  • Be sure to npm install and npm start
  • Make the feature module lazy loaded
  • Verify with the network tab that the module is being lazy loaded
 

I finished! On to the next chapter