diff --git a/apps/angular/src/app/app.component.ts b/apps/angular/src/app/app.component.ts
index e0a8b3a5..edd5723a 100644
--- a/apps/angular/src/app/app.component.ts
+++ b/apps/angular/src/app/app.component.ts
@@ -35,12 +35,10 @@ import { WeatherContentComponent } from './components/weather-content.component'
[message]="$any(weatherState.weather.error())?.message"
>
- @defer (on immediate) {
- @if (weatherState.weather.hasValue() && !weatherState.weather.isLoading() && !weatherState.weather.error()) {
-