ngx-config-over-http
v1.0.3
Published
[ ] You don't want to rebuild your application just to change the URL of your backend?
Downloads
2
Readme
NgxConfigOverHttp
[ ] You don't want to rebuild your application just to change the URL of your backend?
[ ] You don't want to build your application 10 times because different clients want different titles?
This very small library might help you.
Installation
ng add ngx-config-over-http
Usage
- Edit the created config.json. All the content of the config.json will now be in the environment. Overriding duplicate keys!
- (Recommended), add a onConfigReady to your AppComponent and only load components, when the environment is ready. You may skip this step if your entry Component doesn't require the environment. (But still not recommended)
- (Optional) consider adding a service worker to cache the config.json