From 5bac678c60e6cbfb20d4784235f4e7d67fce3c37 Mon Sep 17 00:00:00 2001 From: Benoit Lateltin Date: Mon, 18 Jul 2016 18:35:04 +0200 Subject: [PATCH] docs(toh-pt5): fix typo in tutorial closes #1913 --- public/docs/ts/latest/tutorial/toh-pt5.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index 9f17e0811a..243a92d7e1 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -624,7 +624,7 @@ figure.image-display **The *routerLinkActive* directive** The Angular Router provides a `routerLinkActive` directive we can use to - to add a class to the HTML navigation element whose route matches the active route. + add a class to the HTML navigation element whose route matches the active route. All we have to do is define the style for it. Sweet! +makeExample('toh-5/ts/app/app.component.3.ts', 'router-link-active', 'app/app.component.ts (active router links)')(format=".") :marked