-
Notifications
You must be signed in to change notification settings - Fork 0
Lab 3: Lazy Loading
Christian Liebel edited this page Mar 19, 2018
·
2 revisions
On your command line, perform the following steps:
$ git reset --hard
$ git pullThe 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
- Add more routes to the lazy-loaded module.
- Configure preloading.
- Define a custom preloading strategy.