---
title: "External Configurations in Angular"
url: https://daily.dev/posts/external-configurations-in-angular-krscmz8uj
source_url: https://indepth.dev/posts/1502/external-configurations-in-angular
type: article
source: "inDepth.dev"
published: 2022-06-03T14:06:31.639Z
updated: 2022-06-03T14:06:31.639Z
tags: ["angular"]
reading_time: 19
upvotes: 10
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# External Configurations in Angular

**[inDepth.dev](https://daily.dev/sources/indepth)** · 19 min read · 10 upvotes · 0 comments

## Summary

external configuration allows multiple custom configuration for the same source code. The downside is manual maintenance is needed. We will investigate a couple of ways to load external configuration, the pitfalls, and possible solutions. Let's begin by creating the config json file with some keys. The full project is on StackBlitz. Let’s add the http call to get the configuration file.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://indepth.dev/posts/1502/external-configurations-in-angular>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#angular](https://daily.dev/tags/angular)

[View this post on daily.dev](https://daily.dev/posts/external-configurations-in-angular-krscmz8uj)
