docs(router): minor fileorder display adjustment

This commit is contained in:
Ward Bell 2016-02-29 13:29:42 -08:00
parent 9d498eb264
commit 586de0edc9
1 changed files with 2 additions and 2 deletions

View File

@ -658,13 +658,13 @@ code-example(format="." language="bash").
.children
.file app
.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
.file app.component.ts
.file crisis-list.component.ts
.file main.ts
.file node_modules ...
.file typings ...