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.
1 parent e288853 commit 40ca1ebCopy full SHA for 40ca1eb
src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/ExampleJsInterop.cs
@@ -6,7 +6,7 @@ namespace Company.RazorClassLibrary1
6
{
7
// This class provides an example of how JavaScript functionality can be wrapped
8
// in a .NET class for easy consumption. The associated JavaScript module is
9
- // loaded on demand when the class is instantiated.
+ // loaded on demand when first needed.
10
//
11
// This class can be registered as scoped DI service and then injected into Blazor
12
// components for use.
0 commit comments