diff --git a/public/docs/ts/latest/tutorial/toh-pt4.jade b/public/docs/ts/latest/tutorial/toh-pt4.jade index 7b1a5e08f5..ba4969f1f1 100644 --- a/public/docs/ts/latest/tutorial/toh-pt4.jade +++ b/public/docs/ts/latest/tutorial/toh-pt4.jade @@ -366,7 +366,8 @@ code-example(format="." language="html"). 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. 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