Creating More Routes

In this lesson, we'll get some practice with modules and routing.

Let’s do an exercise. We were able to create a routing module to load the HomeComponent to display the content for the home page. There are two other pages we’ll want to make routes for. They’re the about and contact pages. We’ve already taken the first steps by creating modules for each page. The next step is to create components and route them.

Try doing this exercise on your own. Here are the series of steps you’ll need to take to accomplish this: ...