This course has been updated! We now recommend you take the Angular 13 Fundamentals course.
Transcript from the "Create a Route Exercise" Lesson
[00:00:00]
>> And so, let's go ahead and let's do just a real quick challenge, and we'll make this pretty easy. What I wanna do for this, is I'd like you to generate a new component. And then just create a route, and then add it to the sidebar. So, not super complicated but again, this will encompass most of what you do in your day to day work using the angular router.
[00:00:33] So, the challenge is going to be, Step One. Generate a new, or let's say a user's component. Step Two, Create a new users route. Then Step Three is, Update side nav, to route, to new users route, all right?