We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0f2a16 + 4991665 commit 7237da6Copy full SHA for 7237da6
doc/en/components/general-getting-started-blazor-web-app.md
@@ -60,7 +60,7 @@ builder.Services.AddIgniteUIBlazor();
60
await builder.Build().RunAsync();
61
```
62
63
-2 - Add the **IgniteUI.Blazor.Controls** namespace in the **_Imports.razor** file:
+2 - Add the **IgniteUI.Blazor.Controls** namespace in the **_Imports.razor** files in both the client and server projects:
64
65
```razor
66
@using IgniteUI.Blazor.Controls
0 commit comments