From f8f675614397d19c332c82a16969182a613a2d2a Mon Sep 17 00:00:00 2001 From: Massimo Hamilton Date: Mon, 25 Jul 2016 17:13:52 +0100 Subject: [PATCH] docs(router): Minor content update for Heroes tutorial - Delete routerLinkActive from the earliest code example as it is not relevant to what the user is trying to achieve at that point in the tutorial --- public/docs/_examples/toh-5/ts/app/app.component.3.ts | 6 ++---- public/docs/_examples/toh-5/ts/app/app.component.ts | 2 ++ public/docs/ts/latest/tutorial/toh-pt5.jade | 4 ++-- tools/api-builder/links-package/inline-tag-defs/linkDocs.js | 2 +- tools/doc-shredder/processors/shredMapProcessor.js | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/docs/_examples/toh-5/ts/app/app.component.3.ts b/public/docs/_examples/toh-5/ts/app/app.component.3.ts index ff64e27ab1..ad99fca721 100644 --- a/public/docs/_examples/toh-5/ts/app/app.component.3.ts +++ b/public/docs/_examples/toh-5/ts/app/app.component.3.ts @@ -11,10 +11,8 @@ import { HeroService } from './hero.service'; template: `

{{title}}

`, diff --git a/public/docs/_examples/toh-5/ts/app/app.component.ts b/public/docs/_examples/toh-5/ts/app/app.component.ts index 3f3e758dcf..f83faa8e62 100644 --- a/public/docs/_examples/toh-5/ts/app/app.component.ts +++ b/public/docs/_examples/toh-5/ts/app/app.component.ts @@ -11,8 +11,10 @@ import { HeroService } from './hero.service'; template: `

{{title}}

`, diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index 243a92d7e1..cc74878b10 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -265,7 +265,7 @@ code-example(language="bash"). :marked Finally, add a dashboard navigation link to the template, just above the *Heroes* link. -+makeExample('toh-5/ts/app/app.component.ts','template', 'app/app.component.ts (template)')(format=".") ++makeExample('toh-5/ts/app/app.component.3.ts','template', 'app/app.component.ts (template)')(format=".") .l-sub-section :marked We nestled the two links within `