Skip to content

Instantly share code, notes, and snippets.

@1forh
Last active September 16, 2017 02:20
Show Gist options
  • Select an option

  • Save 1forh/519c3b5945d7e46914fea18bfbb78634 to your computer and use it in GitHub Desktop.

Select an option

Save 1forh/519c3b5945d7e46914fea18bfbb78634 to your computer and use it in GitHub Desktop.
Angular Application - Example Folder structure
app
  dashboard
    components
      dashboard-tile
        dashboard-tile.component.ts
    containers (views)
      dashboard
        dashboard.component.ts
    models
      example.interface.ts
    dashboard.module.ts
  shared
    components
    models
    shared.module.ts
  app.component.scss
  app.compnent.ts
  app.module.ts
styles
main.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment