Skip to content

Commit

Permalink
docs(common): Update .NET 8 Blazor Web app First Steps (#2255)
Browse files Browse the repository at this point in the history
* docs(common): Update .NET 8 Blazor Web app First Steps

* polishing

* Update getting-started/web-app.md

Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>

---------

Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
  • Loading branch information
2 people authored and NansiYancheva committed Aug 1, 2024
1 parent 649881d commit 9d1cc2b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions getting-started/web-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ This article explains how to use the Telerik UI for Blazor components in a <a hr

## Step 3: Install the Telerik UI for Blazor Components

1. Right-click the Blazor Server project in the solution and select **Manage NuGet Packages**.
1. Right-click each project that will use Telerik Blazor components, and select **Manage NuGet Packages**.

* Apps with interactive Server render mode need the Telerik Nuget package in the server project.
* Apps with global interactive Auto or WebAssembly render mode need the Telerik NuGet package in the client project.

1. Install the Telerik Blazor NuGet package:

Expand All @@ -63,7 +66,7 @@ To enable the Telerik UI for Blazor components, you must add several client-side

### 4.2. Include @using Statements

In the `~/_Imports.razor` file, add the `@using` directives below. This configures the project to recognize the Telerik components in all files. You can register one or both icon namespaces, depending on the [icon type you use]({%slug common-features-icons%}).
Add the `@using` directives below in the `~/_Imports.razor` file in all projects in which you [installed the Telerik NuGet package in **Step 3**](#step-3-install-the-telerik-ui-for-blazor-components). This configures the project to recognize the Telerik components in all files. You can register one or both icon namespaces, depending on the [icon type you use]({%slug common-features-icons%}).

**_Imports.razor**

Expand Down

0 comments on commit 9d1cc2b

Please sign in to comment.