diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index 8723edd815..46bc0034b5 100644 --- a/aio/content/tutorial/toh-pt5.md +++ b/aio/content/tutorial/toh-pt5.md @@ -133,6 +133,9 @@ The route path to `HeroesComponent` is `/heroes`. Append `/heroes` to the URL in the browser address bar. You should see the familiar heroes master/detail view. +Remove `/heroes` from the URL in the browser address bar. +The browser should refresh and display the application title but not the list of heroes. + {@a routerlink} ## Add a navigation link (`routerLink`)