@inject HttpClient httpClient @inject IVariableService variableService @if (isLoaded) { } Not found Sorry, there's nothing at this address. @code { private bool isLoaded = false; protected override async Task OnInitializedAsync() { await variableService.Load(); isLoaded = true; StateHasChanged(); } }
Sorry, there's nothing at this address.