Skip to content

Commit 6424594

Browse files
docs(common): sync COnfigure method with preview 8
1 parent 13b0315 commit 6424594

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_contentTemplates/common/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To get access to the UI for Blazor components, follow these steps:
9696
**CSHTML**
9797

9898
@page "/"
99-
@using Microsoft.AspNetCore.Components
99+
100100
@using Telerik.Blazor.Components.Button
101101
102102
<TelerikButton OnClick="@SayHelloHandler" Primary="true">Say Hello</TelerikButton>

_contentTemplates/common/js-interop-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
{
5151
public class Startup
5252
{
53-
public void Configure(IComponentsApplicationBuilder app)
53+
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
5454
{
5555
//more code may be present here
5656

0 commit comments

Comments
 (0)