Modifying Routes

In this lesson, you’ll learn about modifying routes and how to get the most out of routes in your Ember application.

Changes in application.hbs

Let’s start by removing the list of songs we have in the application template. We’ll move that list to its dedicated page we’ve just created. The highlighted lines of code are the ones that we need to move from application.hbs to its dedicated file, songs.hbs.

Get hands-on with 1200+ tech skills courses.