diff --git a/public/docs/_examples/toh-1/ts/index.html b/public/docs/_examples/toh-1/ts/index.html index f784483eaa..e9c099696b 100644 --- a/public/docs/_examples/toh-1/ts/index.html +++ b/public/docs/_examples/toh-1/ts/index.html @@ -17,6 +17,7 @@ + Loading... diff --git a/public/docs/_examples/toh-2/ts/index.html b/public/docs/_examples/toh-2/ts/index.html index 485409815c..e9c099696b 100644 --- a/public/docs/_examples/toh-2/ts/index.html +++ b/public/docs/_examples/toh-2/ts/index.html @@ -1,7 +1,7 @@ - Angular 2 Tour of Heros + Angular 2 Tour of Heroes diff --git a/public/docs/_examples/toh-4/dart/web/index.html b/public/docs/_examples/toh-4/dart/web/index.html index 059daeed4c..3c09e8af9d 100644 --- a/public/docs/_examples/toh-4/dart/web/index.html +++ b/public/docs/_examples/toh-4/dart/web/index.html @@ -1,6 +1,10 @@ + Angular 2 Tour of Heroes + + + diff --git a/public/docs/_examples/toh-4/ts/app/app.component.1.ts b/public/docs/_examples/toh-4/ts/app/app.component.1.ts index 20ac18a660..9df27d44bd 100644 --- a/public/docs/_examples/toh-4/ts/app/app.component.1.ts +++ b/public/docs/_examples/toh-4/ts/app/app.component.1.ts @@ -34,9 +34,11 @@ export class AppComponent implements OnInit { // #enddocregion heroes-prop selectedHero: Hero; + /* // #docregion new-service heroService = new HeroService(); // don't do this // #enddocregion new-service + */ // #docregion ctor constructor(private heroService: HeroService) { } // #enddocregion ctor