May 2018
Intermediate to advanced
512 pages
11h 3m
English
This section is purely an exercise to demonstrate how the concepts we have learned so far in importing and registering routes doesn't result in a scalable solution, regardless of eagerly or lazily loading components:
src/app/app.module.ts import { ManagerModule } from './manager/manager.module' ... imports: [ ... ManagerModule, ]
You will note that http://localhost:5000/manager still doesn't render its home component.

Read now
Unlock full access