What is the Angular community standard for structuring a large-scale application's folder hierarchy?
-
A
Flat structure with all files in src/app
-
B
Feature-based folder structure with core, shared, and feature modules
-
C
One folder per developer
-
D
Group by file type (all components together, all services together)