Added next tutorial chapter(toh-pt5) link
closes #844 toh-pt4.html was missing next tutorial chapter link and tutorial flow was getting interrupted by this. I've added next tutorial chapter link(toh-pt5) with corresponding text.
This commit is contained in:
parent
79d251cfad
commit
bdc3e44dcb
|
@ -366,7 +366,8 @@ code-example(format="." language="html").
|
||||||
Our Tour of Heroes has become more reusable using shared components and services.
|
Our Tour of Heroes has become more reusable using shared components and services.
|
||||||
We want to create a dashboard, add menu links that route between the views, and format data in a template.
|
We want to create a dashboard, add menu links that route between the views, and format data in a template.
|
||||||
As our app evolves, we’ll learn how to design it to make it easier to grow and maintain.
|
As our app evolves, we’ll learn how to design it to make it easier to grow and maintain.
|
||||||
We’ll learn more about these tasks in the coming chapters.
|
|
||||||
|
We learn about Angular Component Router and navigation among the views in the [next tutorial](toh-pt5.html) chapter.
|
||||||
|
|
||||||
.l-main-section
|
.l-main-section
|
||||||
<a id="slow"></a>
|
<a id="slow"></a>
|
||||||
|
|
Loading…
Reference in New Issue