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...