Skip to content

Instantly share code, notes, and snippets.

@m00zi
Forked from cyrilletuzi/architecture.txt
Created October 10, 2019 08:21
Show Gist options
  • Save m00zi/0b2fd25ac355aab1701e589ffea58af6 to your computer and use it in GitHub Desktop.
Save m00zi/0b2fd25ac355aab1701e589ffea58af6 to your computer and use it in GitHub Desktop.
app/
|- app.module.ts
|- app-routing.module.ts
|- core/
|- auth/
|- auth.module.ts (optional since Angular 6)
|- auth.service.ts
|- index.ts
|- othermoduleofglobalservice/
|- ui/
|- carousel/
|- carousel.module.ts
|- index.ts
|- carousel/
|- carousel.component.ts
|- carousel.component.css
|- othermoduleofreusablecomponents/
|- heroes/
|- heroes.module.ts
|- heroes-routing.module.ts
|- shared/
|- heroes.service.ts
|- hero.ts
|- pages/
|- heroes/
|- heroes.component.ts
|- heroes.component.css
|- hero/
|- hero.component.ts
|- hero.component.css
|- components/
|- heroes-list/
|- heroes-list.component.ts
|- heroes-list.component.css
|- hero-details/
|- hero-details.component.ts
|- hero-details.component.css
|- othermoduleofpages/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment