excellalabs / excellalabs/tcp-angular
Switch from build-time ENV vars to run-time ENV vars
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
This means ditching the environments folder that comes baked into Angular, and instead importing a .js file into index.html in a `script` tag, so it's bootstrapped. That allows us to inject variables into the window, and reference them globally.
Anytime that .js file is updated, the changes will take effect on the next reload, rather than requiring a complete rebuild of the app.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.