I have an angular application and it has some configuration parameters that it reads from a config file, the application loads and the configuration parameters are read and the app is ready to do its work.
Lets simplify and think there is only one parameter. I want to change that and instead of hard coding the parameter, i want to pass that parameter to the angular app at run time, when the application first gets loaded.
Any thoughts on how to do this?