We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d5418 commit 58965beCopy full SHA for 58965be
2 files changed
Alertnity.Web/Components/Pages/Home.razor
@@ -47,11 +47,9 @@
47
</div>
48
<button type="submit" class="btn" style="background-color:#800080; color: white;">Submit</button>
49
</EditForm>
50
-
51
52
53
<LoadingIndicator @ref="loadingIndicator">
54
55
<!-- Crime Map Display -->
56
@if (appState.showMap)
57
{
Alertnity.Web/Program.cs
@@ -10,6 +10,7 @@
10
//AppState registering
11
//builder.Services.AddSingleton<AppState>();
12
builder.Services.AddScoped<AppState>();
13
+
14
//CrimeCountingServices registering
15
builder.Services.AddScoped<CrimeCountingServices>();
16
0 commit comments