docs(router): fix missing anchor id (#2817)
The link *Importing from the router library* (https://angular.io/docs/ts/latest/guide/router.html#import) does not work. I supposed that this was the corresponding section to be linked to.
This commit is contained in:
parent
2a3dbe53f4
commit
7febba6209
|
@ -399,6 +399,7 @@ a#base-href
|
||||||
:marked
|
:marked
|
||||||
We should only need this trick for the live example, not production code.
|
We should only need this trick for the live example, not production code.
|
||||||
|
|
||||||
|
a#import
|
||||||
:marked
|
:marked
|
||||||
### Configure the routes for the Router
|
### Configure the routes for the Router
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue