From c814c6ec8672ae5da1f4416a8c62345e74878f1f Mon Sep 17 00:00:00 2001 From: Romain Lenzotti Date: Fri, 2 Aug 2024 17:36:48 +0200 Subject: [PATCH] fix: update providers.md --- docs/docs/providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/providers.md b/docs/docs/providers.md index ae5ca87b7a9..b4c228c77d7 100644 --- a/docs/docs/providers.md +++ b/docs/docs/providers.md @@ -32,7 +32,7 @@ Let's start by creating a simple CalendarService provider. @@Service@@ and @@Injectable@@ have the same effect. @@Injectable@@ accepts options, @@Service@@ does not. A Service is always configured as `singleton`. -Example with @@Injectable@: +Example with @@Injectable@@: <<< @/docs/snippets/providers/getting-started-injectable.ts