Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(guide/component-router): changed path to match diagram
Browse files Browse the repository at this point in the history
Closes #14277
  • Loading branch information
rongduan-zhu authored and gkalpak committed Mar 20, 2016
1 parent 87fb44a commit 39ac68d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/guide/component-router.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ This process continues until we run out of **Routing Components** or consume the

![Routed Components](img/guide/component-routes.svg)

In the previous diagram can see that the URL `/heros/2` has been matched against the `App`, `Heroes` and
In the previous diagram can see that the URL `/heros/4` has been matched against the `App`, `Heroes` and
`HeroDetail` **Routing Components**. The **Routers** for each of the **Routing Components** consumed a part
of the URL: "/", "/heroes" and "/2" respectively.
of the URL: "/", "/heroes" and "/4" respectively.

The result is that we end up with a hierarchy of **Routing Components** rendered in **Outlets**, via the
{@link ngOutlet} directive, in each **Routing Component's** template, as you can see in the following diagram.
Expand Down

0 comments on commit 39ac68d

Please # to comment.