Skip to content

Instantly share code, notes, and snippets.

@TomHAnderson
Last active September 16, 2019 17:01
Show Gist options
  • Save TomHAnderson/1c38f6cb2837d9d42a038e2ddbb96124 to your computer and use it in GitHub Desktop.
Save TomHAnderson/1c38f6cb2837d9d42a038e2ddbb96124 to your computer and use it in GitHub Desktop.

Directions in the Angular Style Guide read:

All of the app's code goes in a folder named src. All feature areas are in their own folder, with their own NgModule.

Angular - Style Guide

Angular Directory Structure is a talk, an application, and documentation detailing Angular application feature areas which may be applied piecemeal or as a whole to encourage proper module loading and logical folder structure while maintaining the direction of the style guide.

-- https://angular-folder-structure.readthedocs.io/en/latest/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment