I've just finished the first draft of the chapter on 'Services and Dependency Injection in AngularJS' for our ebook at http://henriquat.re.
This is quite an important topic in Angular, because the whole framework is based on DI principles. In fact, every Angular module is just a configure for the dependency locator.
In the next chapter - which I plan to release tomorrow - I'll focus on the details of modularization of AngularJS applications, on module dependencies and on how they work in conjunction with DI.
Comments