I'm writing my first app with Ionic 2. I want to maintain some configuration in a local JSON file and use that config during initialization. I figured ways to use an http provider to load and parse the data. However, the Observable/subscribe pattern limits this, since the parsing happens after most of the initialization code has been fired.
How would an Ionic / Angular expert write this?