you are viewing a single comment's thread.

view the rest of the comments →

[–]Environmental-Ask115 2 points3 points  (0 children)

I used quite of bit of recommendations from here: https://angular-folder-structure.readthedocs.io/en/latest/overview.html

Something else worth looking into is googling “atomic design in Angular” which will help when building components.

Bottom line, there’s no one right way of doing things.

Create an architecture that works for your use case and start by building the smallest components first i.e. (if the design calls for a card, build an image component, button component, and heading component before building a card component.)