File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,9 @@ This process continues until we run out of **Routing Components** or consume the
124
124
125
125

126
126
127
- In the previous diagram can see that the URL `/heros/2 ` has been matched against the `App`, `Heroes` and
127
+ In the previous diagram can see that the URL `/heros/4 ` has been matched against the `App`, `Heroes` and
128
128
`HeroDetail` **Routing Components**. The **Routers** for each of the **Routing Components** consumed a part
129
- of the URL: "/", "/heroes" and "/2 " respectively.
129
+ of the URL: "/", "/heroes" and "/4 " respectively.
130
130
131
131
The result is that we end up with a hierarchy of **Routing Components** rendered in **Outlets**, via the
132
132
{@link ngOutlet} directive, in each **Routing Component's** template, as you can see in the following diagram.
You can’t perform that action at this time.
0 commit comments