Skip to content

Lab 3: Lazy Loading

Christian Liebel edited this page Mar 19, 2018 · 2 revisions

1. Update repository

On your command line, perform the following steps:

$ git reset --hard
$ git pull

2. Lab

The speaker added a new module called LazyModule. Introduce lazy loading by adding a new route for the lazy-loaded module and loading its children. Refer to the Angular Router documentation if necessary.

Bonus

Clone this wiki locally