Search⌘ K

Challenge: Practicing Routers

Explore how to use Angular's router to redirect users after updating event details. Learn to modify components and functions to improve navigation, reinforcing your skills in Angular routing and automated testing.

Problem statement

Rather than displaying a message to the user after their event has been updated, try redirecting the user back to the detail page for the event.

Playground

Below is your updated code. ...