Angular
Fundamentals of Angular - Routing

Exercise: Route Redirects

Outline

In this exercise...

you will practice creating redirecting routes

Directions:

In the project linked below:

  • If they go to
    • /
    • flop
    • movies
    • Then send them to /flops
  • If they go to
    • favorites
    • watch
    • favs
    • Then send them to /watchlist

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

 

I finished! On to the next chapter