Outline

In this exercise...

you will practice creating components with the CLI.

Directions:

In an Angular project on your local machine, use the CLI to:

  1. Create a movieDisplay component
  2. create a flopVotes component with no tests and no separate template/styles
  3. Create a basic rentalCart component by hand
    • What files are created?
    • What files are modified?
    • How does the decorator look?
    • How does the class look?
 

I finished! On to the next chapter