Skip to content

Instantly share code, notes, and snippets.

@Reegan01
Forked from cyrilletuzi/architecture.txt
Created March 7, 2022 18:05
Show Gist options
  • Save Reegan01/59ac5f855f83127261660c1ad2f17cc7 to your computer and use it in GitHub Desktop.
Save Reegan01/59ac5f855f83127261660c1ad2f17cc7 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