DEV Community

Discussion on: Angular Architecture - Organizing modules

Collapse
 
spahicharis profile image
Haris Spahic

Great article. Maybe call it Angular Structure instead!?
In any case, this is almost identical structure I use all the time (when ever starting from the scratch). With some small changes to folder naming: @core, @shared. Just to have it on top.
Also, prefer to use “Angular libraries” when ever I can.

Will be following next article from you. Cheers mate.

Collapse
 
mamiapatrick profile image
MAMIA Patrick

hello @spahicharis can you share a public repositery where it is possible to see your organization on a project on how everything is related. Unfortunaletly the codebase of this example is not available with the complete codebase..
Thanks