How to Structure Angular Apps in 2021

Touhid Rahman
JavaScript in Plain English
6 min readApr 10, 2021

--

Photo by Kaleidico on Unsplash

Edit-2: Update diagram, add comments.

Edit-1: Add diagram and example github repo.

There are many ways one can structure an Angular app. But this is how I structure my applications for extensive flexibility, scalability, and small initial bundle size.

--

--