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..1e98d9d 100644 --- a/docs/src/content/docs/challenges/angular/39-injection-token.md +++ b/docs/src/content/docs/challenges/angular/39-injection-token.md @@ -26,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.