Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Last active March 2, 2018 13:06
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 cyrilletuzi/e26afa086254b4fdf0bc109d2ba66220 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/e26afa086254b4fdf0bc109d2ba66220 to your computer and use it in GitHub Desktop.
AppModule
|- BrowserModule (includes CommonModule)
|- AppRoutingModule
|- GlobalServicesModules (HTTP, auth…)
|- HeroesModule
|- CommonModule
|- UIModules (Material, forms, your own UI...)
|- HeroesRoutingModule
|- AccountModule
|- CommonModule
|- UIModules (Material, forms, your own UI...)
|- AccountRoutingModule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment