From e40637d67e308f59af249b2c0fc989ead0e5b4db Mon Sep 17 00:00:00 2001 From: jdegand <70610011+jdegand@users.noreply.github.com> Date: Sun, 29 Oct 2023 12:03:03 -0400 Subject: [PATCH] docs: injection token blogLink --- docs/src/content/docs/challenges/angular/39-injection-token.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/content/docs/challenges/angular/39-injection-token.md b/docs/src/content/docs/challenges/angular/39-injection-token.md index ae7f765..4b4fea3 100644 --- a/docs/src/content/docs/challenges/angular/39-injection-token.md +++ b/docs/src/content/docs/challenges/angular/39-injection-token.md @@ -4,6 +4,7 @@ description: Challenge 39 is about learning the power of dependancy injection author: Thomas Laforge challengeNumber: 39 command: angular-injection-token +blogLink: https://itnext.io/stop-being-scared-of-injectiontokens-ab22f72f0fe9 sidebar: order: 118 badge: New