We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fbb2a commit 5e565f7Copy full SHA for 5e565f7
ng-router/index.html
@@ -66,7 +66,7 @@ <h2>Router Core Operations</h2>
66
<section>
67
<h2>Simple Router Configuration Steps</h2>
68
<ul>
69
- <li class="fragment fade-up">setting the <span class="highlight">base href</span></li>
+ <li class="fragment fade-up">ensure that <span class="highlight">base href</span> is set in index.html</li>
70
<li class="fragment fade-up">importing from the <span class="highlight">router library</span></li>
71
<li class="fragment fade-up">configuring the <span class="highlight">router</span> paths</li>
72
<li class="fragment fade-up">inserting <span class="highlight"><router-outlet></router-outlet></span></li>
0 commit comments