Git Product home page Git Product logo

runtime-config-loader's Issues

The config.json is not finished loading before other modules are!

I'm facing the same issue as mentioned in the documentation:

In some cases, the config.json is not finished loading before other modules/services are, so the above methods will return null. If that is the case, subscribe to the configSubject and access the configuration object that way.

I'm using runtime-config-loader to load the config file for angular-auth-oidc-client's AuthModule!
but I couldn't use configSubject and couldn't find any sample code for using it! Maybe a sample code solves my problem!
I mean I tried subscribing to configSubject but it's still null!

image

Provide the Config as an Injection Token

This is something that is related to the discussion in #48.

I've figured out a way to provide the config as an Injection token, so you can reference it like this:

constructor(@Inject(APP_CONFIG) private appConfigObject: any) {}

Allow Multiple File Paths

Allow for multiple file paths being passed in for configuration to be loaded. This would be ideal for situations where a configuration file is saved in source control, but a local, untracked configuration file could also be used. The files would be loaded in the order in which they're passed, and merged together.

deepmerge looks like the perfect package to help with this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.