From 63afc29e818e33644a9fa38a5bfe57e68c5258ea Mon Sep 17 00:00:00 2001 From: jdegand <70610011+jdegand@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:14:09 -0400 Subject: [PATCH] docs: link inside hint --- docs/src/content/docs/challenges/angular/39-injection-token.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 4b4fea3..1e98d9d 100644 --- a/docs/src/content/docs/challenges/angular/39-injection-token.md +++ b/docs/src/content/docs/challenges/angular/39-injection-token.md @@ -4,7 +4,6 @@ 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 @@ -27,6 +26,6 @@ The use of `@Input` is forbidden. This example is basic, and using `@Input` coul
Hint 1 -Looking at `InjectionToken` can be of great help. +Looking at this [blog post](https://itnext.io/stop-being-scared-of-injectiontokens-ab22f72f0fe9) can be of great help.