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()) { - - } + @if (weatherState.weather.hasValue() && !weatherState.weather.isLoading() && !weatherState.weather.error()) { + } diff --git a/apps/angular/src/index.html b/apps/angular/src/index.html index d81f3dbf..d91ff370 100644 --- a/apps/angular/src/index.html +++ b/apps/angular/src/index.html @@ -7,6 +7,7 @@ +