Wrote a Blog Post

Configurable Services in Angular 2


Wrote for the Rangle Blog on how to create Configurable Services in Angular 2

I had run into a challenge where I needed to provide configuration to an Angular service during the bootstrap phase of the application, and while I knew this was possible from other built-in Angular services like the Router, was unclear of how to accomplish this myself.