Angular
Fundamentals of Angular - Feature Modules

Exercise: Create a Feature Module

Outline

In this exercise...

you will practice creating a feature module.

Directions:

This exercise has two parts. First In the project linked below:

  • Create a feature module for the watch list feature
    • this will include the watch-list.component and the watch-list.service files
    • Steps
      • Folders
      • Routing
      • Component Declarations
      • Import into Root Module

Second In a CLI project on your local machine

  • Create a new module named Security WITH routing, and have it automatically imported into the app module.

Click the following link to open up the exercise: https://stackblitz.com/fork/angular-kc9l6p?file=src/app/app.module.ts

 

I finished! On to the next chapter