Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit a91d805

Browse files
committed
fix filetrees
1 parent 3cb0620 commit a91d805

File tree

11 files changed

+209
-182
lines changed

11 files changed

+209
-182
lines changed

public/docs/ts/latest/guide/forms.jade

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -660,18 +660,20 @@ figure.image-display
660660
.filetree
661661
.file angular-forms
662662
.children
663-
.file app
663+
.file src
664664
.children
665-
.file app.component.ts
666-
.file app.module.ts
667-
.file hero.ts
668-
.file hero-form.component.html
669-
.file hero-form.component.ts
665+
.file app
666+
.children
667+
.file app.component.ts
668+
.file app.module.ts
669+
.file hero.ts
670+
.file hero-form.component.html
671+
.file hero-form.component.ts
670672
.file main.ts
673+
.file tsconfig.json
674+
.file index.html
671675
.file node_modules ...
672-
.file index.html
673676
.file package.json
674-
.file tsconfig.json
675677
:marked
676678
Here’s the code for the final version of the application:
677679

public/docs/ts/latest/guide/ngmodule.jade

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ a#application-scoped-providers
435435
.file app.component.ts
436436
.file app.module.ts
437437
.file highlight.directive.ts
438-
.file main.ts
439438
.file title.component.(html|ts)
440439
.file user.service.ts
441440
.file contact

public/docs/ts/latest/guide/router.jade

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -653,19 +653,21 @@ a#redirect
653653
.filetree
654654
.file router-sample
655655
.children
656-
.file app
656+
.file src
657657
.children
658-
.file app.component.ts
659-
.file app.module.ts
660-
.file crisis-list.component.ts
661-
.file hero-list.component.ts
662-
.file not-found.component.ts
658+
.file app
659+
.children
660+
.file app.component.ts
661+
.file app.module.ts
662+
.file crisis-list.component.ts
663+
.file hero-list.component.ts
664+
.file not-found.component.ts
663665
.file main.ts
666+
.file index.html
667+
.file styles.css
668+
.file tsconfig.json
664669
.file node_modules ...
665-
.file index.html
666670
.file package.json
667-
.file styles.css
668-
.file tsconfig.json
669671
:marked
670672
Here are the files discussed in this milestone
671673

@@ -1413,25 +1415,27 @@ h3#route-animation Adding animations to the routed component
14131415
.filetree
14141416
.file router-sample
14151417
.children
1416-
.file app
1418+
.file src
14171419
.children
1418-
.file heroes
1420+
.file app
14191421
.children
1420-
.file hero-detail.component.ts
1421-
.file hero-list.component.ts
1422-
.file hero.service.ts
1423-
.file heroes.module.ts
1424-
.file heroes-routing.module.ts
1425-
.file app.component.ts
1426-
.file app.module.ts
1427-
.file app-routing.module.ts
1428-
.file crisis-list.component.ts
1422+
.file heroes
1423+
.children
1424+
.file hero-detail.component.ts
1425+
.file hero-list.component.ts
1426+
.file hero.service.ts
1427+
.file heroes.module.ts
1428+
.file heroes-routing.module.ts
1429+
.file app.component.ts
1430+
.file app.module.ts
1431+
.file app-routing.module.ts
1432+
.file crisis-list.component.ts
14291433
.file main.ts
1434+
.file index.html
1435+
.file styles.css
1436+
.file tsconfig.json
14301437
.file node_modules ...
1431-
.file index.html
14321438
.file package.json
1433-
.file styles.css
1434-
.file tsconfig.json
14351439

14361440
Here are the relevant files for this version of the sample application.
14371441

public/docs/ts/latest/guide/setup.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ block core-files
116116
.children
117117
.file app.component.ts
118118
.file app.module.ts
119-
.file main.ts
119+
.file main.ts
120120

121121
+makeTabs(`
122122
setup/ts/src/app/app.component.ts,

public/docs/ts/latest/guide/style-guide.jade

Lines changed: 44 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,54 +1126,56 @@ a(id='file-tree')
11261126
.filetree
11271127
.file <project root>
11281128
.children
1129-
.file app
1129+
.file src
11301130
.children
1131-
.file core
1131+
.file app
11321132
.children
1133-
.file core.module.ts
1134-
.file exception.service.ts|spec.ts
1135-
.file user-profile.service.ts|spec.ts
1136-
.file heroes
1137-
.children
1138-
.file hero
1133+
.file core
11391134
.children
1140-
.file hero.component.ts|html|css|spec.ts
1141-
.file hero-list
1135+
.file core.module.ts
1136+
.file exception.service.ts|spec.ts
1137+
.file user-profile.service.ts|spec.ts
1138+
.file heroes
11421139
.children
1143-
.file hero-list.component.ts|html|css|spec.ts
1140+
.file hero
1141+
.children
1142+
.file hero.component.ts|html|css|spec.ts
1143+
.file hero-list
1144+
.children
1145+
.file hero-list.component.ts|html|css|spec.ts
1146+
.file shared
1147+
.children
1148+
.file hero-button.component.ts|html|css|spec.ts
1149+
.file hero.model.ts
1150+
.file hero.service.ts|spec.ts
1151+
.file heroes.component.ts|html|css|spec.ts
1152+
.file heroes.module.ts
1153+
.file heroes-routing.module.ts
11441154
.file shared
11451155
.children
1146-
.file hero-button.component.ts|html|css|spec.ts
1147-
.file hero.model.ts
1148-
.file hero.service.ts|spec.ts
1149-
.file heroes.component.ts|html|css|spec.ts
1150-
.file heroes.module.ts
1151-
.file heroes-routing.module.ts
1152-
.file shared
1153-
.children
1154-
.file shared.module.ts
1155-
.file init-caps.pipe.ts|spec.ts
1156-
.file text-filter.component.ts|spec.ts
1157-
.file text-filter.service.ts|spec.ts
1158-
.file villains
1159-
.children
1160-
.file villain
1161-
.children
1162-
.file ...
1163-
.file villain-list
1156+
.file shared.module.ts
1157+
.file init-caps.pipe.ts|spec.ts
1158+
.file text-filter.component.ts|spec.ts
1159+
.file text-filter.service.ts|spec.ts
1160+
.file villains
11641161
.children
1165-
.file ...
1166-
.file shared
1167-
.children
1168-
.file ...
1169-
.file villains.component.ts|html|css|spec.ts
1170-
.file villains.module.ts
1171-
.file villains-routing.module.ts
1172-
.file app.component.ts|html|css|spec.ts
1173-
.file app.module.ts
1174-
.file app-routing.module.ts
1175-
.file main.ts
1176-
.file index.html
1162+
.file villain
1163+
.children
1164+
.file ...
1165+
.file villain-list
1166+
.children
1167+
.file ...
1168+
.file shared
1169+
.children
1170+
.file ...
1171+
.file villains.component.ts|html|css|spec.ts
1172+
.file villains.module.ts
1173+
.file villains-routing.module.ts
1174+
.file app.component.ts|html|css|spec.ts
1175+
.file app.module.ts
1176+
.file app-routing.module.ts
1177+
.file main.ts
1178+
.file index.html
11771179
.file ...
11781180
:marked
11791181

@@ -1495,7 +1497,7 @@ a(href="#toc") Back to top
14951497
.file app-routing.module.ts
14961498
.file main.ts
14971499
.file index.html
1498-
.file ...
1500+
.file ...
14991501
:marked
15001502

15011503
+makeTabs(

public/docs/ts/latest/tutorial/toh-pt1.jade

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,19 @@ include ../_util-fns
1111
.filetree
1212
.file angular-tour-of-heroes
1313
.children
14-
.file app
15-
.children
16-
.file app.component.ts
17-
.file app.module.ts
14+
.file src
15+
.children
16+
.file app
17+
.children
18+
.file app.component.ts
19+
.file app.module.ts
1820
.file main.ts
21+
.file index.html
22+
.file styles.css
23+
.file systemjs.config.js
24+
.file tsconfig.json
1925
.file node_modules ...
20-
.file index.html
2126
.file package.json
22-
.file styles.css
23-
.file systemjs.config.js
24-
.file tsconfig.json
2527
:marked
2628
When we're done with this first episode, the app runs like this <live-example></live-example>.
2729

public/docs/ts/latest/tutorial/toh-pt2.jade

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,19 @@ include ../_util-fns
2121
.filetree
2222
.file angular-tour-of-heroes
2323
.children
24-
.file app
24+
.file src
2525
.children
26-
.file app.component.ts
27-
.file app.module.ts
26+
.file app
27+
.children
28+
.file app.component.ts
29+
.file app.module.ts
2830
.file main.ts
31+
.file index.html
32+
.file styles.css
33+
.file systemjs.config.js
34+
.file tsconfig.json
2935
.file node_modules ...
30-
.file index.html
3136
.file package.json
32-
.file styles.css
33-
.file systemjs.config.js
34-
.file tsconfig.json
3537
:marked
3638
### Keep the app transpiling and running
3739
We want to start the TypeScript compiler, have it watch for changes, and start our server. We'll do this by typing

public/docs/ts/latest/tutorial/toh-pt3.jade

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,19 @@ include ../_util-fns
1414
.filetree
1515
.file angular-tour-of-heroes
1616
.children
17-
.file app
17+
.file src
1818
.children
19-
.file app.component.ts
20-
.file app.module.ts
19+
.file app
20+
.children
21+
.file app.component.ts
22+
.file app.module.ts
2123
.file main.ts
24+
.file index.html
25+
.file styles.css
26+
.file systemjs.config.js
27+
.file tsconfig.json
2228
.file node_modules ...
23-
.file index.html
2429
.file package.json
25-
.file styles.css
26-
.file systemjs.config.js
27-
.file tsconfig.json
2830
:marked
2931
### Keep the app transpiling and running
3032
We want to start the TypeScript compiler, have it watch for changes, and start our server. We'll do this by typing
@@ -203,17 +205,21 @@ code-example(language="html").
203205
.filetree
204206
.file angular-tour-of-heroes
205207
.children
206-
.file app
208+
.file src
207209
.children
208-
.file app.component.ts
209-
.file app.module.ts
210-
.file hero.ts
211-
.file hero-detail.component.ts
210+
.file app
211+
.children
212+
.file app.component.ts
213+
.file app.module.ts
214+
.file hero.ts
215+
.file hero-detail.component.ts
212216
.file main.ts
217+
.file index.html
218+
.file styles.css
219+
.file systemjs.config.js
220+
.file tsconfig.json
213221
.file node_modules ...
214-
.file index.html
215222
.file package.json
216-
.file tsconfig.json
217223
:marked
218224
Here are the code files we discussed in this chapter.
219225

0 commit comments

Comments
 (0)