<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:webfeeds="http://webfeeds.org/rss/1.0">
  <channel>
    <title>Guido Flohr - #Angular</title>
    <description></description>
    <link>https://www.guido-flohr.net/</link>
    <webfeeds:cover image="http://www.guido-flohr.net/assets/images/gfl-profile.jpeg" />
    <atom:link href="https://www.guido-flohr.net/" rel="self" type="application/rss+xml"/>

    <pubDate>Tue, 02 Jun 2026 17:07:23 +0000</pubDate>
    <lastBuildDate>Tue, 02 Jun 2026 17:07:23 +0000</lastBuildDate>
    <generator>Qgoda vv0.11.0 (https://www.qgoda.net/)</generator>
      
      <item>
        <title>Dynamic Angular Configuration</title>
        <description>&lt;img src="/assets/images/dynamic-angular-configuration/angular-chameleon.jpeg" width="100%"&gt;Angular apps traditionally rely on static configuration through environment files, necessitating separate builds for each environment &amp;dash; a cumbersome process in practical scenarios. In this blog post, we describe an alternative, where configuration is loaded dynamically at runtime, streamlining development and enhancing flexibility. As an additional benefit, we will validate the configuration against a schema and add type-safety to it.</description>
        <pubDate>Wed, 15 May 2024 21:00:00 +0000</pubDate>
        <link>https://www.guido-flohr.net/dynamic-angular-configuration/index.html</link>
        <guid isPermaLink="true">https://www.guido-flohr.net/dynamic-angular-configuration/index.html</guid>
        
        <category>Angular</category>
        
        <category>Development</category>
        
        <category>Deployment</category>
        
        <category>TypeScript</category>
        
        <category>JavaScript</category>
        
        
        <category>Development</category>
        
      </item>
      
      <item>
        <title>Standalone Angular Tour Of Heroes</title>
        <description>The popular Angular Tutorial Tour of Heroes currently does not work as described with recent Angular versions (Angular 18) because the Angular command-line tool now creates a standalone Angular app by default. You could avoid these problems by creating a non-standalone app but it is also quite instructive to just fix the problems yourself and stick with the standalone version.</description>
        <pubDate>Wed, 27 Mar 2024 22:00:00 +0000</pubDate>
        <link>https://www.guido-flohr.net/standalone-angular-tour-of-heroes/index.html</link>
        <guid isPermaLink="true">https://www.guido-flohr.net/standalone-angular-tour-of-heroes/index.html</guid>
        
        <category>Angular</category>
        
        <category>Development</category>
        
        <category>TypeScript</category>
        
        <category>JavaScript</category>
        
        
        <category>Development</category>
        
      </item>
      
      <item>
        <title>Angular - Bootstrap Modals With Ngrx Effects</title>
        <description>While displaying a Bootstrap modal dialog in Angular is fairly simple, doing so inside an NgRx effect is a little tricker. This post walks you through all necessary step to get the job done inside a simple Angular counter application.</description>
        <pubDate>Wed, 04 Dec 2019 22:00:00 +0000</pubDate>
        <link>https://www.guido-flohr.net/angular-bootstrap-modals-with-ngrx/index.html</link>
        <guid isPermaLink="true">https://www.guido-flohr.net/angular-bootstrap-modals-with-ngrx/index.html</guid>
        
        <category>Angular</category>
        
        <category>Bootstrap</category>
        
        <category>JavaScript</category>
        
        <category>Development</category>
        
        
        <category>Development</category>
        
      </item>
      
  </channel>
</rss>
