Skip to content

Instantly share code, notes, and snippets.

@valeriopisapia
Last active May 21, 2018 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valeriopisapia/22825e171c1234f6409865f05e4a3e2e to your computer and use it in GitHub Desktop.
Save valeriopisapia/22825e171c1234f6409865f05e4a3e2e 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.scss
|- othermoduleofreusablecomponents/
|- campaigns/
|- campaigns.module.ts
|- campaigns-routing.module.ts
|- shared/
|- campaigns.service.ts
|- campaign.ts
|- pages/
|- campaigns/
|- campaigns.component.ts
|- campaigns.component.scss
|- campaign/
|- campaign.component.ts
|- campaign.component.scss
|- components/
|- campaigns-list/
|- campaigns-list.component.ts
|- campaigns-list.component.scss
|- campaign-card/
|- campaign-card.component.ts
|- campaign-card.component.scss
|- ...
|- othermoduleofpages/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment