From c748e151c899988ec1008fa857767a891890bf5a Mon Sep 17 00:00:00 2001 From: rexebin Date: Sun, 13 Nov 2016 19:06:09 +0000 Subject: [PATCH] fix: #119 --- public/docs/ts/latest/tutorial/toh-pt6.jade | 60 ++++++++++----------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt6.jade b/public/docs/ts/latest/tutorial/toh-pt6.jade index d1529a1676..66a96a90b4 100644 --- a/public/docs/ts/latest/tutorial/toh-pt6.jade +++ b/public/docs/ts/latest/tutorial/toh-pt6.jade @@ -933,37 +933,37 @@ block filetree block file-summary +makeTabs( - `toh-6/ts/app/app.component.ts, - toh - 6 / ts / app / app.module.ts, - toh - 6 / ts / app / heroes.component.ts, - toh - 6 / ts / app / heroes.component.html, - toh - 6 / ts / app / heroes.component.css, - toh - 6 / ts / app / hero - detail.component.ts, - toh - 6 / ts / app / hero - detail.component.html, - toh - 6 / ts / app / hero.service.ts, - toh - 6 / ts / app / in -memory - data.service.ts`, - ',,,,,,,,', - `app.comp...ts, - app.mod...ts, - heroes.comp...ts, - heroes.comp...html, - heroes.comp...css, - hero - detail.comp...ts, - hero - detail.comp...html, - hero.service.ts, - in-memory-data.service.ts` + `toh-6/ts/app/app.component.ts, + toh-6/ts/app/app.module.ts, + toh-6/ts/app/heroes.component.ts, + toh-6/ts/app/heroes.component.html, + toh-6/ts/app/heroes.component.css, + toh-6/ts/app/hero-detail.component.ts, + toh-6/ts/app/hero-detail.component.html, + toh-6/ts/app/hero.service.ts, + toh-6/ts/app/in-memory-data.service.ts`, + ',,,,,,,,', + `app.comp...ts, + app.mod...ts, + heroes.comp...ts, + heroes.comp...html, + heroes.comp...css, + hero-detail.comp...ts, + hero-detail.comp...html, + hero.service.ts, + in-memory-data.service.ts` ) +makeTabs( - `toh-6/ts/app/hero-search.service.ts, - toh - 6 / ts / app / hero - search.component.ts, - toh - 6 / ts / app / hero - search.component.html, - toh - 6 / ts / app / hero - search.component.css, - toh - 6 / ts / app / rxjs - extensions.ts`, - null, - `hero-search.service.ts, - hero - search.component.ts, - hero - search.component.html, - hero - search.component.css, - rxjs - extensions.ts` + `toh-6/ts/app/hero-search.service.ts, + toh-6/ts/app/hero-search.component.ts, + toh-6/ts/app/hero-search.component.html, + toh-6/ts/app/hero-search.component.css, + toh-6/ts/app/rxjs-extensions.ts`, + null, + `hero-search.service.ts, + hero-search.component.ts, + hero-search.component.html, + hero-search.component.css, + rxjs-extensions.ts` )