TLDR
Tired of rebuilding Angular for every environment change? I found a robust way to add runtime .env support by using SSR. The server intercepts, extracts the necessary variables, and passes the configuration dynamically to the client.
link to the repo — https://github.com/vasilenlyubomirov-glitch/angular-runtime-configuration-example
Introduction
Recently I picked