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

@ -657,11 +657,11 @@ code-example(format="." language="bash").
.file router-sample
.children
.file app
.children
.file heroes
.children
.file app.component.ts
.file crisis-list.component.ts
.file heroes
.children
.file hero-detail.component.ts
.file hero-list.component.ts
.file hero.service.ts