From 7febba6209e4265f20dc30448708d527f6902e4c Mon Sep 17 00:00:00 2001 From: Kenny John Jacob Date: Fri, 18 Nov 2016 02:24:55 +0530 Subject: [PATCH] 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. --- public/docs/ts/latest/guide/router.jade | 1 + 1 file changed, 1 insertion(+) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index de61cf7499..f4b48e868e 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -399,6 +399,7 @@ a#base-href :marked We should only need this trick for the live example, not production code. +a#import :marked ### Configure the routes for the Router