docs(router): correct display of folder structure

closes #886

app.component.ts, crisis-list.component.ts and main.ts should stay in the app folder.
This commit is contained in:
Tom 2016-02-25 13:47:54 +01:00 committed by Ward Bell
parent 28fb4ac161
commit 9d498eb264
1 changed files with 3 additions and 3 deletions

View File

@ -658,14 +658,14 @@ code-example(format="." language="bash").
.children
.file app
.children
.file app.component.ts
.file crisis-list.component.ts
.file heroes
.children
.file app.component.ts
.file crisis-list.component.ts
.file hero-detail.component.ts
.file hero-list.component.ts
.file hero.service.ts
.file main.ts
.file main.ts
.file node_modules ...
.file typings ...
.file index.html