- <project root>
- src
- app
- core
- exception.service.ts|spec.ts
- user-profile.service.ts|spec.ts
- heroes
- hero
- hero.component.ts|html|css|spec.ts
- hero-list
- hero-list.component.ts|html|css|spec.ts
- shared
- hero-button.component.ts|html|css|spec.ts
- hero.model.ts
- hero.service.ts|spec.ts
- heroes.component.ts|html|css|spec.ts
- heroes.routes.ts
- shared
- init-caps.pipe.ts|spec.ts
- filter-text.component.ts|spec.ts
- filter-text.service.ts|spec.ts
- villains
- villain
- villain-list
- shared
- villains.component.ts|html|css|spec.ts
- villains.module.ts
- villains-routing.module.ts
- app.component.ts|html|css|spec.ts
- app.routes.ts
- main.ts
- index.html
- …
- node_modules/…
- …