Folder Structure
The key guidelines for creating folder structure for an Angular Project
is to organize the app such that you can locate code quickly and have a
near-term view of implementation and a long-term vision. We have built
the structure which focuses on a multiple-module architecture which in
turn are divided into pages and a shared set of components with a large
focus on scaling as described in Figure 4.