Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/release/tutorial/part-2/route-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Now that we are fetching real data from our "server", let's add a new feature — dedicated pages for each of our rentals:

<img src="/images/tutorial/part-2/route-params/[email protected]" alt="The Super Rentals app (rentals page) by the end of the chapter" width="1024" height="1390">
<img src="/images/tutorial/part-2/route-params/[email protected]" alt="The Super Rentals app (rentals page) by the end of the chapter" width="1024" height="1382">

While adding these rental pages, you will learn about:

Expand Down Expand Up @@ -474,7 +474,7 @@ module('Acceptance | super rentals', function (hooks) {

Now, when we visit `http://localhost:4200/rentals/grand-old-mansion`, this is what we see:

<img src="/images/tutorial/part-2/route-params/[email protected]" alt="A dedicated page for the Grand Old Mansion" width="1024" height="1390">
<img src="/images/tutorial/part-2/route-params/[email protected]" alt="A dedicated page for the Grand Old Mansion" width="1024" height="1382">

And if we run our tests now...

Expand Down
Binary file modified public/images/tutorial/part-2/route-params/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 98a5de8

Please sign in to comment.