title | permalink |
---|---|
Lesson 105 |
/project_105 |
- How to have a multiple page application (finally becoming a true SPA), and why Lazy Loading can be useful (even tho it is optional)
- Make a new NgModule
- This will be a Knowledge Base module
- Make a new component
- For the Knowledge Base card we made before
- Add the new component to the declarations of the new NgModule
- Add a lazy-loaded route to the new component
- Add a link to navigate to the new route
- Follow the instructions here