Skip to content

Commit 39a9ca7

Browse files
Service registered in client app also.
1 parent f3046be commit 39a9ca7

File tree

1 file changed

+2
-1
lines changed
  • WASM with Global and None/WASM with Global and None.Client

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
2+
using Syncfusion.Blazor;
23

34
var builder = WebAssemblyHostBuilder.CreateDefault(args);
4-
5+
builder.Services.AddSyncfusionBlazor();
56
await builder.Build().RunAsync();

0 commit comments

Comments
 (0)