How to Architect an Angular Application

How to Architect an Angular Application

·

1 min read

Scalable and well-organized architecture for your Front End part of the application

Developing an application means organizing all the involved units in such a way that, the orchestration will cater to the desired user requirement at the end. I prefer saying it as Actualizing any user requirement from the conception to a well crafted live application.

Structuring can be done in many ways in order to achieve the requirement. But the user experience and many other non-functional considerations will not be the same. This is where the architecture comes to play where units need to be orchestrated in such a way that, all other nonfunctional considerations will also be satisfied along with the functional requirements.

Organizing units into architecturally defined places is the first step in achieving the above. In simple words, directory structure organization based on their responsibility will be the starting point and based on which we start defining ground-level dos and don’ts.

Read more and find well-explained code examples and illustrations

https://medium.com/javascript-in-plain-english/how-to-architect-an-angular-application-d14a7b6ae1ff

Image credit

Kelly Sikkema on Unsplash