From caa13114b693a2799d8378eda8c6316d2cf1a74a Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 14 Jul 2022 11:34:27 -0500 Subject: [PATCH] Recommend reading main DI topic (#26430) --- aspnetcore/blazor/fundamentals/dependency-injection.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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.