Last active
May 21, 2018 07:00
-
-
Save valeriopisapia/22825e171c1234f6409865f05e4a3e2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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