diff --git a/aspnetcore/blazor/fundamentals/dependency-injection.md b/aspnetcore/blazor/fundamentals/dependency-injection.md index 2be4dc451c..0c08d59bcc 100644 --- a/aspnetcore/blazor/fundamentals/dependency-injection.md +++ b/aspnetcore/blazor/fundamentals/dependency-injection.md @@ -21,6 +21,9 @@ This article explains how Blazor apps can inject services into components. * Framework-registered services can be injected directly into components of Blazor apps. * Blazor apps define and register custom services and make them available throughout the app via DI. +> [!NOTE] +> We recommend reading before reading this topic. + ## Default services The services shown in the following table are commonly used in Blazor apps. @@ -399,6 +402,9 @@ Navigate to the `TransientExample` component at `/transient-example` and an [!NOTE] +> We recommend reading before reading this topic. + ## Default services The services shown in the following table are commonly used in Blazor apps. @@ -794,6 +800,9 @@ Navigate to the `TransientExample` component at `/transient-example` and an [!NOTE] +> We recommend reading before reading this topic. + ## Default services The services shown in the following table are commonly used in Blazor apps.