docs: link inside hint

This commit is contained in:
jdegand
2023-10-30 12:14:09 -04:00
parent e40637d67e
commit 63afc29e81

View File

@@ -4,7 +4,6 @@ description: Challenge 39 is about learning the power of dependancy injection
author: Thomas Laforge author: Thomas Laforge
challengeNumber: 39 challengeNumber: 39
command: angular-injection-token command: angular-injection-token
blogLink: https://itnext.io/stop-being-scared-of-injectiontokens-ab22f72f0fe9
sidebar: sidebar:
order: 118 order: 118
badge: New badge: New
@@ -27,6 +26,6 @@ The use of `@Input` is forbidden. This example is basic, and using `@Input` coul
<details> <details>
<summary>Hint 1</summary> <summary>Hint 1</summary>
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.
</details> </details>