Closed JoffreyLGT closed 13 hours ago
Organize the project files into directory by type: components, pages, services, models etc.
After reviewing the Angular best practices on Angular.dev, it is recommanded to use a module approach. On directory per module and everything related to the module inside the directory.
Organize the project files into directory by type: components, pages, services, models etc.