This course has been updated! We now recommend you take the Angular 9 Fundamentals course.
Transcript from the "Challenge 6" Lesson
[00:00:00]
>> [MUSIC]
[00:00:03]
>> Scott Moss: What I want you to do is take your widgets feature and make it a new route, add a link to the top of the nav bar, actually it's on the slides right here.
>> Speaker 2: That's why I made them.
>> Scott Moss: Yeah, so create a route for the widgets feature.
[00:00:21] Use routeLink to navigate to the widgets feature. Create a method in the items component that imperatively navigates to the route, so that means use the router service that we talked about. And then, add parameters to the widgets route, and use the route parameters to capture those parameters, and show a different widget based on that parameter.