Angular App Architecture – Services

This is my second article about the way I would design LinkedIn’s web app architecture using Angular. My first article focused on decomposition and routing, whereas this article focuses on how the components interact and retrieve their data: it’s about services and modules. In my previous article (‘Angular App Architecture’), I described the components of…