docs(router): formatting - Back Quote to Wrap Identifier

closes #2020
This commit is contained in:
Matt Ezell 2016-08-02 07:39:11 -05:00 committed by Ward Bell
parent 14ad2a8c68
commit 28174673fe
1 changed files with 2 additions and 2 deletions

View File

@ -166,8 +166,8 @@ code-example(format="", language="html").
the `RouterLink` if we so desired. the `RouterLink` if we so desired.
:marked :marked
### Router State ### Router State
After the end of each successful navigation lifecycle, the router builds a tree of `ActivatedRoute`s, After the end of each successful navigation lifecycle, the router builds a tree of `ActivatedRoute` objects
which make up the current state of the router. We can access the current `RouterState` from anywhere in our that make up the current state of the router. We can access the current `RouterState` from anywhere in our
application using the `Router` service and the `routerState` property. application using the `Router` service and the `routerState` property.
The router state provides us with methods to traverse up and down the route tree from any activated route The router state provides us with methods to traverse up and down the route tree from any activated route