-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up the “Creating Navigation” section
Lots of fixes to the text and code, including rearranging the page to follow the “Overview -> Problem -> What you need to know -> Technical requirements -> Setup -> How to verify…” structure and improving the naming & explanation around `userLink`.
- Loading branch information
1 parent
51aeb0f
commit 5e181ab
Showing
7 changed files
with
56 additions
and
51 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
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
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
<h1>Place My Order App: Coming Soon!</h1> | ||
<router-outlet /> | ||
|
||
<router-outlet /> |
15 changes: 15 additions & 0 deletions
15
src/angular/5-creating-navigation/app.component.problem.html
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<header> | ||
<nav> | ||
<h1>place-my-order.com</h1> | ||
<ul> | ||
<li> | ||
<a>Home</a> | ||
</li> | ||
<li> | ||
<a>Restaurants</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<router-outlet /> |
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
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
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