Outline

In this video...

We will learn how to link to routes from within our application.

Linking from various points in our application to other routes allows the user to change views as necessary to accomplish their goals, but linking to routes is not as simple as just creating an anchor tag.

Angular has a specific way to create routes that allows the rendering to stay client-side and avoid unnecessary round trips to the server.

 

I finished! On to the next chapter