Loading Modal does not show until method is completed in Blazor Server
I need to show a Loading modal in Blazor server, using Net6. When finish loading, it needs to change the text “loading…” with “finished”.
I need to show a Loading modal in Blazor server, using Net6. When finish loading, it needs to change the text “loading…” with “finished”.