Git Product home page Git Product logo

Comments (6)

pjlamb12 avatar pjlamb12 commented on August 28, 2024 1

No, it's a different way of loading configuration than environment.ts files.

from runtime-config-loader.

webkhushboo avatar webkhushboo commented on August 28, 2024

If I have to add configs for different environments like prod , dev and stage and I have three files

  1. config.dev.json
  2. config.stage.json
  3. config.prod.json

Then how would I load config json based upon the environments?

from runtime-config-loader.

pjlamb12 avatar pjlamb12 commented on August 28, 2024

Right now the idea is that on each server that you deploy the app to, like on your staging server or prod server, you would replace the config.json file and use that for the environment.

Allowing multiple files for configuration to be merged together is just an idea that I had in case multiple people on a team manage different parts of the configuration and want each part in its own file, for example.

from runtime-config-loader.

webkhushboo avatar webkhushboo commented on August 28, 2024

Thanks @pjlamb12 for clarification.
It means there is no such way to load the runtime config file as we have for environment.ts files.

from runtime-config-loader.

sureshdotariya avatar sureshdotariya commented on August 28, 2024

We can have RunTimeConfig 'configUrl' accepts array. Using forkjoin or mergemap observable, we can execute multiple files recursively and merge the result. Let me create PR for this

from runtime-config-loader.

vdolek avatar vdolek commented on August 28, 2024

If you still need this feature, my library angular-runtime-config supports that and some more.

from runtime-config-loader.

Related Issues (5)

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.