How to setup Dynamic runtime configurations in Angular
Hello, In this post, I'll show you how you can adjust your Angular app's features dynamically at runtime using a config file. I am using Angular 12 & runtime-config-loader for demo purposes. Unlike, environment.ts, these changes persist in productio...
Aug 15, 20222 min read345