← Back to index

Angular Best Practice for App Structure (Public)

Created: 2015-11-24 05:12  |  Source: https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/

Angular Best Practice for App Structure (Public)
https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/pub
Best Practice Recommendations for Angular App Structure Proposal: Change angular-seed, yeoman/generator-angular, (the Google-internal example go/nghellostyle ), and other demo apps to model the following directory structure. Eventually, develop tooling to make development more efficient using assumptions based on these conventions. Motivation : Our toy and demo apps currently group files functionally (all views together, all css together, etc...) rather than structurally (all elements of a view...