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:
parent
28fb4ac161
commit
9d498eb264
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue