Skip to content

Commit 7006e61

Browse files
authored
Update 02.problem.dependency-injection/README.mdx (#1)
1 parent 48f2e4b commit 7006e61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • exercises/04.composition-vs-inheritance/02.problem.dependency-injection

exercises/04.composition-vs-inheritance/02.problem.dependency-injection/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dependency Injection
22

3-
<EpicVideo url="https://www.epicweb.dev/workshops/object-oriented-typescript/4-composition-vs-inheritance/dependency-injection" />
3+
<EpicVideo url="https://www.epicweb.dev/workshops/object-oriented-typescript/4-composition-vs-inheritance/dependency-injection-jgql1" />
44

55
👨‍💼 Now let's see the power of composition! We can swap different logger
66
implementations without changing `EmailService`. This is dependency injection—a

0 commit comments

Comments
 (0)