This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Folder Structure | |
As we move towards making the project highly scalable, the folder structure is amongst the important things that we are going to be focusing on. | |
A good folder structure ensures that we have a good and consistent way of doing things and everybody on the team always knows where everything belongs. | |
We are going to maintain the following folder structure explained below. | |
|-- modules | |
|-- home | |
|-- [+] components | |
|-- [+] pages | |
|-- home-routing.module.ts | |
|-- home.module.ts |