-
-
Notifications
You must be signed in to change notification settings - Fork 502
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--- Commit: ember-learn/super-rentals-tutorial@6323536 Script: https://github.com/ember-learn/super-rentals-tutorial/blob/63235367842d848197d69aa6a092206397e93c8c/.github/workflows/build.yml Logs: https://github.com/ember-learn/super-rentals-tutorial/commit/63235367842d848197d69aa6a092206397e93c8c/checks
- Loading branch information
1 parent
eda0a06
commit b487826
Showing
6 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|
@@ -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... | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ As promised, we will now work on implementing the share button! | |
|
||
<!-- TODO: make this a gif instead --> | ||
|
||
<img src="/images/tutorial/part-2/service-injection/[email protected]" alt="The working share button by the end of the chapter" width="1024" height="1390"> | ||
<img src="/images/tutorial/part-2/service-injection/[email protected]" alt="The working share button by the end of the chapter" width="1024" height="1382"> | ||
|
||
While adding the share button, you will learn about: | ||
|
||
|
@@ -174,7 +174,7 @@ Let's put this component to use by invoking it from the `<Rental::Detailed>` com | |
|
||
With that, we should have a working share button! | ||
|
||
<img src="/images/tutorial/part-2/service-injection/[email protected]" alt="A share button that works!" width="1024" height="1390"> | ||
<img src="/images/tutorial/part-2/service-injection/[email protected]" alt="A share button that works!" width="1024" height="1382"> | ||
|
||
<div class="cta"> | ||
<div class="cta-note"> | ||
|
Binary file modified
BIN
+9.01 KB
(110%)
public/images/tutorial/part-1/automated-testing/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-109 Bytes
(100%)
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.
Binary file modified
BIN
+24 KB
(100%)
public/images/tutorial/part-2/service-injection/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.