Angular
Fundamentals of Angular - Organizing an Angular Application

Exercise: Creating a Service

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 

In this exercise...

you will practice creating services.

Directions:

Using the CLI...

  1. Create a service named rentalFeeCalculator
  2. Put it in the rental subdirectory
  3. Don't create a test file
  4. Create a calculate() method that returns 2.99
 

I finished! On to the next chapter