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

View File

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